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

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Transport.java 41 OutputStream createRequestBody() throws IOException;
47 * Sends the request body returned by {@link #createRequestBody} to the
SpdyTransport.java 38 @Override public OutputStream createRequestBody() throws IOException {
HttpTransport.java 61 @Override public OutputStream createRequestBody() throws IOException {

Completed in 254 milliseconds