Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
okhttp3.apache | |
okhttp3.internal | |
okhttp3.internal.connection | |
okhttp3.internal.http | |
okhttp3.internal.http1 | |
okhttp3.internal.http2 | |
okhttp3.internal.huc | |
okhttp3.internal.ws |
Modifier and Type | Field and Description |
---|---|
private OkHttpClient |
OkUrlFactory.client
Deprecated.
|
(package private) OkHttpClient |
RealCall.client |
Modifier and Type | Method and Description |
---|---|
OkHttpClient |
OkHttpClient.Builder.build() |
OkHttpClient |
OkUrlFactory.client()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) static RealCall |
RealCall.newRealCall(OkHttpClient client,
Request originalRequest,
boolean forWebSocket) |
OkUrlFactory |
OkUrlFactory.setClient(OkHttpClient client)
Deprecated.
|
Constructor and Description |
---|
Builder(OkHttpClient okHttpClient) |
OkUrlFactory(OkHttpClient client)
Deprecated.
|
RealCall(OkHttpClient client,
Request originalRequest,
boolean forWebSocket) |
Modifier and Type | Field and Description |
---|---|
private OkHttpClient |
OkApacheClient.client
Deprecated.
|
Constructor and Description |
---|
OkApacheClient(OkHttpClient client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract Call |
Internal.newWebSocketCall(OkHttpClient client,
Request request) |
Modifier and Type | Field and Description |
---|---|
OkHttpClient |
ConnectInterceptor.client |
Modifier and Type | Method and Description |
---|---|
HttpCodec |
RealConnection.newCodec(OkHttpClient client,
Interceptor.Chain chain,
StreamAllocation streamAllocation) |
HttpCodec |
StreamAllocation.newStream(OkHttpClient client,
Interceptor.Chain chain,
boolean doExtensiveHealthChecks) |
Constructor and Description |
---|
ConnectInterceptor(OkHttpClient client) |
Modifier and Type | Field and Description |
---|---|
private OkHttpClient |
RetryAndFollowUpInterceptor.client |
Constructor and Description |
---|
RetryAndFollowUpInterceptor(OkHttpClient client,
boolean forWebSocket) |
Modifier and Type | Field and Description |
---|---|
(package private) OkHttpClient |
Http1Codec.client
The client that configures this stream.
|
Constructor and Description |
---|
Http1Codec(OkHttpClient client,
StreamAllocation streamAllocation,
okio.BufferedSource source,
okio.BufferedSink sink) |
Modifier and Type | Field and Description |
---|---|
private OkHttpClient |
Http2Codec.client |
Constructor and Description |
---|
Http2Codec(OkHttpClient client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
Modifier and Type | Field and Description |
---|---|
(package private) OkHttpClient |
OkHttpURLConnection.client |
Constructor and Description |
---|
OkHttpsURLConnection(java.net.URL url,
OkHttpClient client) |
OkHttpsURLConnection(java.net.URL url,
OkHttpClient client,
URLFilter filter) |
OkHttpURLConnection(java.net.URL url,
OkHttpClient client) |
OkHttpURLConnection(java.net.URL url,
OkHttpClient client,
URLFilter urlFilter) |
Modifier and Type | Method and Description |
---|---|
void |
RealWebSocket.connect(OkHttpClient client) |