HomeSort by relevance Sort by last modified time
    Searched defs:callerWritesRequestBody (Results 1 - 2 of 2) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 168 private final boolean callerWritesRequestBody;
178 * @param callerWritesRequestBody true for the {@code HttpURLConnection}-style interaction
187 boolean callerWritesRequestBody, boolean forWebSocket, Connection connection,
192 this.callerWritesRequestBody = callerWritesRequestBody;
255 if (callerWritesRequestBody && permitsRequestBody() && requestBodyOut == null) {
418 return new HttpEngine(client, userRequest, bufferRequestBody, callerWritesRequestBody,
487 return new HttpEngine(client, userRequest, bufferRequestBody, callerWritesRequestBody,
748 } else if (!callerWritesRequestBody) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 71 milliseconds