CookieImpl
public interface Cookie
Connectors
Modifier and Type | Method | Description |
---|---|---|
String |
getComment() |
|
String |
getDomain() |
|
Date |
getExpires() |
|
Integer |
getMaxAge() |
|
String |
getName() |
|
String |
getPath() |
|
String |
getValue() |
|
int |
getVersion() |
|
boolean |
isDiscard() |
|
boolean |
isHttpOnly() |
|
boolean |
isSecure() |
|
Cookie |
setComment(String comment) |
|
Cookie |
setDiscard(boolean discard) |
|
Cookie |
setDomain(String domain) |
|
Cookie |
setExpires(Date expires) |
|
Cookie |
setHttpOnly(boolean httpOnly) |
|
Cookie |
setMaxAge(Integer maxAge) |
|
Cookie |
setPath(String path) |
|
Cookie |
setSecure(boolean secure) |
|
Cookie |
setValue(String value) |
|
Cookie |
setVersion(int version) |
String getName()
String getValue()
String getPath()
String getDomain()
Integer getMaxAge()
boolean isDiscard()
Cookie setDiscard(boolean discard)
boolean isSecure()
Cookie setSecure(boolean secure)
int getVersion()
Cookie setVersion(int version)
boolean isHttpOnly()
Cookie setHttpOnly(boolean httpOnly)
Date getExpires()
String getComment()
Copyright © 2018. All rights reserved.