Class SimpleHttpServerCookie
java.lang.Object
org.wildfly.security.http.util.SimpleHttpServerCookie
- All Implemented Interfaces:
org.wildfly.security.http.HttpServerCookie
public class SimpleHttpServerCookie
extends Object
implements org.wildfly.security.http.HttpServerCookie
A simple implementation of
HttpServerCookie.- Author:
- Darran Lofthouse
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.wildfly.security.http.HttpServerCookie
-
getValue
- Specified by:
getValuein interfaceorg.wildfly.security.http.HttpServerCookie
-
getDomain
- Specified by:
getDomainin interfaceorg.wildfly.security.http.HttpServerCookie
-
getMaxAge
public int getMaxAge()- Specified by:
getMaxAgein interfaceorg.wildfly.security.http.HttpServerCookie
-
getPath
- Specified by:
getPathin interfaceorg.wildfly.security.http.HttpServerCookie
-
isSecure
public boolean isSecure()- Specified by:
isSecurein interfaceorg.wildfly.security.http.HttpServerCookie
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceorg.wildfly.security.http.HttpServerCookie
-
isHttpOnly
public boolean isHttpOnly()- Specified by:
isHttpOnlyin interfaceorg.wildfly.security.http.HttpServerCookie
-
newInstance
-