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 . |
Modifier and Type | Field and Description |
---|---|
(package private) CookieJar |
OkHttpClient.cookieJar |
(package private) CookieJar |
OkHttpClient.Builder.cookieJar |
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 | Field and Description |
---|---|
private CookieJar |
BridgeInterceptor.cookieJar |
Modifier and Type | Method and Description |
---|---|
static void |
HttpHeaders.receiveHeaders(CookieJar cookieJar,
HttpUrl url,
Headers headers) |
Constructor and Description |
---|
BridgeInterceptor(CookieJar cookieJar) |