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

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Transport.java 32 * {@link #flushRequest} before reading the response.</li>
53 void flushRequest() throws IOException;
SpdyTransport.java 65 @Override public void flushRequest() throws IOException {
HttpTransport.java 106 @Override public void flushRequest() throws IOException {
HttpEngine.java 642 transport.flushRequest();

Completed in 54 milliseconds