public interface Cookie
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Get the comment.
|
java.lang.String |
getDomain()
Get the domain.
|
int |
getMaxAge()
Get the maximum age (in seconds).
|
java.lang.String |
getName()
Get the name.
|
java.lang.String |
getPath()
Get the path.
|
java.lang.String |
getValue()
Get the value.
|
int |
getVersion()
Get the version.
|
boolean |
isHttpOnly()
Get the HttpOnly flag.
|
boolean |
isSecure()
Check the secure flag.
|
java.lang.String getComment()
java.lang.String getDomain()
boolean isHttpOnly()
int getMaxAge()
java.lang.String getName()
java.lang.String getPath()
boolean isSecure()
java.lang.String getValue()
int getVersion()