Package | Description |
---|---|
com.squareup.okhttp.internal.http |
Modifier and Type | Method and Description |
---|---|
void |
Http1xStream.writeRequestBody(RetryableSink requestBody) |
void |
Http2xStream.writeRequestBody(RetryableSink requestBody) |
void |
HttpStream.writeRequestBody(RetryableSink requestBody)
Sends the request body returned by
HttpStream.createRequestBody(com.squareup.okhttp.Request, long) to the
remote peer. |
Constructor and Description |
---|
HttpEngine(OkHttpClient client,
Request request,
boolean bufferRequestBody,
boolean callerWritesRequestBody,
boolean forWebSocket,
StreamAllocation streamAllocation,
RetryableSink requestBodyOut,
Response priorResponse) |
Copyright © 2017. All Rights Reserved.