public interface CookieConfig
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
java.lang.String |
getDomain() |
int |
getMaxAge() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
boolean |
isHTTPOnly() |
boolean |
isSecure() |
boolean |
isSetHTTPOnly() |
boolean |
isSetMaxAge() |
boolean |
isSetSecure() |
java.lang.String getName()
java.lang.String getDomain()
java.lang.String getPath()
java.lang.String getComment()
boolean isSetHTTPOnly()
isHTTPOnly()
boolean isHTTPOnly()
isSetHTTPOnly()
boolean isSetSecure()
isSecure()
boolean isSecure()
isSetSecure()
boolean isSetMaxAge()
getMaxAge()
int getMaxAge()
isSetMaxAge()