| Package | Description |
|---|---|
| okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
| okhttp3.internal.http |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaNetCookieJar
A cookie jar that delegates to a
CookieHandler. |
class |
RecordingCookieJar |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HttpHeaders.receiveHeaders(CookieJar cookieJar,
HttpUrl url,
Headers headers) |
| Constructor and Description |
|---|
BridgeInterceptor(CookieJar cookieJar) |
Copyright © 2017. All Rights Reserved.