| Package | Description |
|---|---|
| com.holonplatform.http |
| Modifier and Type | Method and Description |
|---|---|
static Cookie.Builder |
Cookie.builder()
Get a builder to create a
Cookie instance. |
Cookie.Builder |
Cookie.Builder.domain(String domain)
Set the cookie domain
|
Cookie.Builder |
Cookie.Builder.name(String name)
Set the cookie name
|
Cookie.Builder |
Cookie.Builder.path(String path)
Set the cookie path
|
Cookie.Builder |
Cookie.Builder.value(String value)
Set the cookie value
|
Cookie.Builder |
Cookie.Builder.version(int version)
Set the cookie version
|
Copyright © 2019 The Holon Platform. All rights reserved.