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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
Spdy3Test.java 32 sendDataFrame(new OkBuffer().write(new byte[0x1000000]));
86 private void sendDataFrame(OkBuffer source) throws IOException {
88 writer.sendDataFrame(expectedStreamId, 0, source, (int) source.size());
Http20Draft09Test.java 333 assertEquals(frame, sendDataFrame(new OkBuffer().write(expectedData)));
353 sendDataFrame(new OkBuffer().write(new byte[0x1000000]));
503 private OkBuffer sendDataFrame(OkBuffer data) throws IOException {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Spdy3.java 399 sendDataFrame(streamId, flags, source, byteCount);
402 void sendDataFrame(int streamId, int flags, OkBuffer buffer, int byteCount)

Completed in 443 milliseconds