Package | Description |
---|---|
com.squareup.okhttp.internal | |
com.squareup.okhttp.internal.http | |
com.squareup.okhttp.internal.io |
Modifier and Type | Method and Description |
---|---|
abstract StreamAllocation |
Internal.callEngineGetStreamAllocation(Call call) |
Modifier and Type | Method and Description |
---|---|
abstract RealConnection |
Internal.get(ConnectionPool pool,
Address address,
StreamAllocation streamAllocation) |
Modifier and Type | Field and Description |
---|---|
StreamAllocation |
HttpEngine.streamAllocation |
Modifier and Type | Method and Description |
---|---|
StreamAllocation |
HttpEngine.close()
Release any resources held by this engine.
|
Constructor and Description |
---|
Http1xStream(StreamAllocation streamAllocation,
okio.BufferedSource source,
okio.BufferedSink sink) |
Http2xStream(StreamAllocation streamAllocation,
FramedConnection framedConnection) |
HttpEngine(OkHttpClient client,
Request request,
boolean bufferRequestBody,
boolean callerWritesRequestBody,
boolean forWebSocket,
StreamAllocation streamAllocation,
RetryableSink requestBodyOut,
Response priorResponse) |
Modifier and Type | Field and Description |
---|---|
List<Reference<StreamAllocation>> |
RealConnection.allocations |
Copyright © 2017. All rights reserved.