| Modifier and Type | Method and Description |
|---|---|
abstract StreamAllocation |
Internal.streamAllocation(Call call) |
| Modifier and Type | Method and Description |
|---|---|
abstract Socket |
Internal.deduplicate(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation) |
abstract RealConnection |
Internal.get(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation,
Route route) |
| Modifier and Type | Field and Description |
|---|---|
List<Reference<StreamAllocation>> |
RealConnection.allocations
Current streams carried by this connection.
|
| Modifier and Type | Method and Description |
|---|---|
HttpCodec |
RealConnection.newCodec(HttpClient client,
Interceptor.Chain chain,
StreamAllocation streamAllocation) |
RealWebSocket.Streams |
RealConnection.newWebSocketStreams(StreamAllocation streamAllocation) |
| Modifier and Type | Method and Description |
|---|---|
StreamAllocation |
RetryAndFollowUpInterceptor.streamAllocation() |
StreamAllocation |
RealInterceptorChain.streamAllocation() |
| Modifier and Type | Method and Description |
|---|---|
Response |
RealInterceptorChain.proceed(Request request,
StreamAllocation streamAllocation,
HttpCodec httpCodec,
RealConnection connection) |
| Constructor and Description |
|---|
RealInterceptorChain(List<Interceptor> interceptors,
StreamAllocation streamAllocation,
HttpCodec httpCodec,
RealConnection connection,
int index,
Request request,
Call call,
EventListener eventListener,
int connectTimeout,
int readTimeout,
int writeTimeout) |
| 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) |
Copyright © 2019. All rights reserved.