| Modifier and Type | Field and Description |
|---|---|
static CookieJar |
CookieJar.NO_COOKIES
A cookie jar that never accepts any cookies.
|
| Modifier and Type | Method and Description |
|---|---|
CookieJar |
OkHttpClient.cookieJar() |
| Modifier and Type | Method and Description |
|---|---|
OkHttpClient.Builder |
OkHttpClient.Builder.cookieJar(CookieJar cookieJar)
Sets the handler that can accept cookies from incoming HTTP responses and provides cookies to
outgoing HTTP requests.
|
Copyright © 2016. All Rights Reserved.