| Package | Description |
|---|---|
| okhttp3 |
| 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 |
OkHttpClient.Builder.cookieJar(CookieJar
Sets the handler that can accept cookies from incoming HTTP responses and provides cookies to outgoing HTTP requests.
|