| Modifier and Type | Class and Description |
|---|---|
class |
HttpClient
Http 辅助类
|
| Modifier and Type | Field and Description |
|---|---|
Client |
RealCall.client |
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
abstract Call |
Internal.newWebSocketCall(Client client,
Request request) |
| Modifier and Type | Field and Description |
|---|---|
Client |
ConnectInterceptor.client |
| Modifier and Type | Method and Description |
|---|---|
HttpCodec |
RealConnection.newCodec(Client client,
Interceptor.Chain chain,
StreamAllocation streamAllocation) |
HttpCodec |
StreamAllocation.newStream(Client client,
Interceptor.Chain chain,
boolean doExtensiveHealthChecks) |
| Constructor and Description |
|---|
ConnectInterceptor(Client client) |
| Constructor and Description |
|---|
RetryAndFollowUpInterceptor(Client client,
boolean forWebSocket) |
| Constructor and Description |
|---|
Http1Codec(Client client,
StreamAllocation streamAllocation,
BufferSource source,
BufferSink sink) |
| Constructor and Description |
|---|
Http2Codec(Client client,
Interceptor.Chain chain,
StreamAllocation streamAllocation,
Http2Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealWebSocket.connect(Client client) |
Copyright © 2019. All rights reserved.