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 | Method and Description |
---|---|
OkHttpClient |
OkHttpClient.Builder.build() |
OkHttpClient |
OkUrlFactory.client()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OkUrlFactory |
OkUrlFactory.setClient(OkHttpClient client)
Deprecated.
|
Constructor and Description |
---|
OkUrlFactory(OkHttpClient 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) |
Constructor and Description |
---|
RetryAndFollowUpInterceptor(OkHttpClient client,
boolean forWebSocket) |
Constructor and Description |
---|
Http1Codec(OkHttpClient client,
StreamAllocation streamAllocation,
okio.BufferedSource source,
okio.BufferedSink sink) |
Constructor and Description |
---|
Http2Codec(OkHttpClient client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
Constructor and Description |
---|
OkHttpsURLConnection(URL url,
OkHttpClient client) |
OkHttpsURLConnection(URL url,
OkHttpClient client,
URLFilter filter) |
OkHttpURLConnection(URL url,
OkHttpClient client) |
OkHttpURLConnection(URL url,
OkHttpClient client,
URLFilter urlFilter) |
Modifier and Type | Method and Description |
---|---|
void |
RealWebSocket.connect(OkHttpClient client) |
Copyright © 2018. All rights reserved.