public interface Cookie extends Serializable
HttpRequest
Modifier and Type | Interface and Description |
---|---|
static interface |
Cookie.Builder
Cookie builder
|
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_VERSION
Cookie default version according to RFC 2109
|
Modifier and Type | Method and Description |
---|---|
static Cookie.Builder |
builder()
Get a builder to create a
Cookie instance. |
String |
getDomain()
Get the domain of the cookie
|
String |
getName()
Get the name of the cookie
|
String |
getPath()
Get the path of the cookie
|
String |
getValue()
Get the value of the cookie
|
int |
getVersion()
Get the version of the cookie
|
static final int DEFAULT_VERSION
String getName()
String getValue()
int getVersion()
String getDomain()
String getPath()
static Cookie.Builder builder()
Cookie
instance.Copyright © 2018 The Holon Platform. All rights reserved.