Package | Description |
---|---|
com.squareup.okhttp.internal.http |
Modifier and Type | Method and Description |
---|---|
HttpEngine |
HttpEngine.recover(IOException e) |
HttpEngine |
HttpEngine.recover(IOException e,
okio.Sink requestBodyOut)
Report and attempt to recover from a failure to communicate with a server.
|
HttpEngine |
HttpEngine.recover(RouteException e)
Attempt to recover from failure to connect via a route.
|
Modifier and Type | Method and Description |
---|---|
okio.Source |
Http1xStream.newChunkedSource(HttpEngine httpEngine) |
void |
HttpStream.setHttpEngine(HttpEngine httpEngine) |
void |
Http2xStream.setHttpEngine(HttpEngine httpEngine) |
void |
Http1xStream.setHttpEngine(HttpEngine httpEngine) |
Copyright © 2016. All rights reserved.