| Package | Description |
|---|---|
| okhttp3 |
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookie.Builder.build()
|
static Cookie |
Cookie.parse(HttpUrl
Attempt to parse a
Set-Cookie HTTP header value
setCookie as a cookie.
|
| Modifier and Type | Method and Description |
|---|---|
List |
CookieJar.loadForRequest(HttpUrl
Load cookies from the jar for an HTTP request to
url.
|
static List |
Cookie.parseAll(HttpUrl
Returns all of the cookies from a set of HTTP response headers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CookieJar.saveFromResponse(HttpUrl
Saves
cookies from an HTTP response to this store according to this jar's policy.
|