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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Spdy3Test.java 32 sendDataFrame(new Buffer().write(new byte[0x1000000]));
86 private void sendDataFrame(Buffer source) throws IOException {
88 writer.sendDataFrame(expectedStreamId, 0, source, (int) source.size());
Http2Test.java 385 assertEquals(frame, sendDataFrame(new Buffer().write(expectedData)));
520 sendDataFrame(new Buffer().write(new byte[0x1000000]));
680 private Buffer sendDataFrame(Buffer data) throws IOException {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Spdy3.java 392 sendDataFrame(streamId, flags, source, byteCount);
395 void sendDataFrame(int streamId, int flags, Buffer buffer, int byteCount)
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 

Completed in 59 milliseconds