Searched refs:bufferRequestBody (Results 1 - 3 of 3) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpTransport.java38 if (httpEngine.bufferRequestBody) {
H A DHttpEngine.java100 public final boolean bufferRequestBody; field in class:HttpEngine
159 public HttpEngine(OkHttpClient client, Request request, boolean bufferRequestBody, argument
164 this.bufferRequestBody = bufferRequestBody;
366 return new HttpEngine(client, userRequest, bufferRequestBody, connection, routeSelector,
H A DHttpURLConnectionImpl.java296 boolean bufferRequestBody = false;
303 bufferRequestBody = true;
315 return new HttpEngine(engineClient, request, bufferRequestBody, connection, null, requestBody,

Completed in 85 milliseconds