public static class Http.Cookie extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
defaultDomain
When creating cookie without specifying domain, this value is used.
|
String |
domain
Cookie domain
|
boolean |
httpOnly
See http://www.owasp.org/index.php/HttpOnly
|
Integer |
maxAge
Cookie max-age in second
|
String |
name
Cookie name
|
String |
path
Cookie path
|
boolean |
secure
for HTTPS ?
|
boolean |
sendOnError
Don't use
|
String |
value
Cookie value
|
Constructor and Description |
---|
Cookie() |
public static String defaultDomain
public String name
public String domain
public String path
public boolean secure
public String value
public Integer maxAge
public boolean sendOnError
public boolean httpOnly
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly