Package | Description |
---|---|
okhttp3.internal.connection | |
okhttp3.internal.http1 | |
okhttp3.internal.http2 |
Modifier and Type | Field and Description |
---|---|
(package private) ExchangeCodec |
Exchange.codec |
Modifier and Type | Method and Description |
---|---|
ExchangeCodec |
ExchangeFinder.find(OkHttpClient client,
Interceptor.Chain chain,
boolean doExtensiveHealthChecks) |
(package private) ExchangeCodec |
RealConnection.newCodec(OkHttpClient client,
Interceptor.Chain chain) |
Constructor and Description |
---|
Exchange(Transmitter transmitter,
Call call,
EventListener eventListener,
ExchangeFinder finder,
ExchangeCodec codec) |
Modifier and Type | Class and Description |
---|---|
class |
Http1ExchangeCodec
A socket connection that can be used to send HTTP/1.1 messages.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2ExchangeCodec
Encode requests and responses using HTTP/2 frames.
|