| Package | Description |
|---|---|
| com.squareup.okhttp.internal.http | |
| com.squareup.okhttp.internal.io |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StreamAllocation.recover(RouteException e) |
HttpEngine |
HttpEngine.recover(RouteException e)
Attempt to recover from failure to connect via a route.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStream |
StreamAllocation.newStream(int connectTimeout,
int readTimeout,
int writeTimeout,
boolean connectionRetryEnabled,
boolean doExtensiveHealthChecks) |
void |
HttpEngine.sendRequest()
Figures out what the response source will be, and opens a socket to that
source if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealConnection.connect(int connectTimeout,
int readTimeout,
int writeTimeout,
List<ConnectionSpec> connectionSpecs,
boolean connectionRetryEnabled) |
Copyright © 2017. All Rights Reserved.