Package | Description |
---|---|
com.squareup.okhttp.internal.http |
Modifier and Type | Class and Description |
---|---|
class |
Http1xStream
A socket connection that can be used to send HTTP/1.1 messages.
|
class |
Http2xStream
An HTTP stream for HTTP/2 and SPDY.
|
Modifier and Type | Method and Description |
---|---|
HttpStream |
StreamAllocation.newStream(int connectTimeout,
int readTimeout,
int writeTimeout,
boolean connectionRetryEnabled,
boolean doExtensiveHealthChecks) |
HttpStream |
StreamAllocation.stream() |
Modifier and Type | Method and Description |
---|---|
void |
StreamAllocation.streamFinished(HttpStream stream) |
Copyright © 2017. All Rights Reserved.