| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_VERSION |
| Constructor and Description |
|---|
Cookie(String name,
String value) |
Cookie(String name,
String value,
String path,
String domain) |
Cookie(String name,
String value,
String path,
String domain,
int version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDomain() |
String |
getName() |
String |
getPath() |
String |
getValue() |
int |
getVersion() |
int |
hashCode() |
String |
toString() |
static Cookie |
valueOf(String value) |
public static final int DEFAULT_VERSION
public Cookie(String name, String value, String path, String domain, int version) throws IllegalArgumentException
IllegalArgumentExceptionpublic Cookie(String name, String value, String path, String domain) throws IllegalArgumentException
IllegalArgumentExceptionpublic Cookie(String name, String value) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.