Package | Description |
---|---|
com.squareup.okhttp.internal.http |
Modifier and Type | Method and Description |
---|---|
void |
HttpConnection.writeRequestBody(RetryableSink requestBody) |
void |
SpdyTransport.writeRequestBody(RetryableSink requestBody) |
void |
HttpTransport.writeRequestBody(RetryableSink requestBody) |
void |
Transport.writeRequestBody(RetryableSink requestBody)
Sends the request body returned by
Transport.createRequestBody(com.squareup.okhttp.Request, long) to the
remote peer. |
Constructor and Description |
---|
HttpEngine(OkHttpClient client,
Request request,
boolean bufferRequestBody,
boolean callerWritesRequestBody,
boolean forWebSocket,
Connection connection,
RouteSelector routeSelector,
RetryableSink requestBodyOut,
Response priorResponse) |
Copyright © 2015. All rights reserved.