| Modifier and Type | Field and Description |
|---|---|
static HttpClient |
HttpUtils.client |
| Modifier and Type | Method and Description |
|---|---|
HttpClient |
HttpClient.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract Call |
Internal.newWebSocketCall(HttpClient client,
Request request) |
| Modifier and Type | Field and Description |
|---|---|
HttpClient |
ConnectInterceptor.client |
| Modifier and Type | Method and Description |
|---|---|
HttpCodec |
RealConnection.newCodec(HttpClient client,
Interceptor.Chain chain,
StreamAllocation streamAllocation) |
HttpCodec |
StreamAllocation.newStream(HttpClient client,
Interceptor.Chain chain,
boolean doExtensiveHealthChecks) |
| Constructor and Description |
|---|
ConnectInterceptor(HttpClient client) |
| Constructor and Description |
|---|
RetryAndFollowUpInterceptor(HttpClient client,
boolean forWebSocket) |
| Constructor and Description |
|---|
Http1Codec(HttpClient client,
StreamAllocation streamAllocation,
BufferedSource source,
BufferedSink sink) |
| Constructor and Description |
|---|
Http2Codec(HttpClient client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealWebSocket.connect(HttpClient client) |
Copyright © 2019. All rights reserved.