| Constructor and Description |
|---|
SimpletonCookie(org.simpleframework.http.Cookie wrapped) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
int |
getExpiry() |
String |
getName() |
String |
getPath() |
boolean |
getSecure() |
String |
getValue() |
int |
getVersion() |
org.simpleframework.http.Cookie |
getWrapped() |
boolean |
isHttpOnly() |
void |
setDomain(String domain) |
void |
setExpiry(int expiry) |
void |
setHttpOnly(boolean b) |
void |
setPath(String path) |
void |
setSecure(boolean secure) |
void |
setValue(String value) |
void |
setVersion(int version) |
public org.simpleframework.http.Cookie getWrapped()
public int getVersion()
getVersion in interface Cookiepublic void setVersion(int version)
setVersion in interface Cookiepublic boolean isHttpOnly()
isHttpOnly in interface Cookiepublic void setHttpOnly(boolean b)
setHttpOnly in interface CookieCopyright © 2021 McEvoy Software Ltd. All rights reserved.