Package | Description |
---|---|
com.squareup.okhttp.internal.http | |
com.squareup.okhttp.internal.io |
Modifier and Type | Method and Description |
---|---|
HttpEngine |
HttpEngine.recover(RouteException e)
Attempt to recover from failure to connect via a route.
|
boolean |
StreamAllocation.recover(RouteException e) |
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 © 2016. All rights reserved.