Searched refs:sendDataFrame (Results 1 – 3 of 3) sorted by relevance
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/ |
D | Spdy3Test.java | 32 sendDataFrame(new Buffer().write(new byte[0x1000000])); in tooLargeDataFrame() 86 private void sendDataFrame(Buffer source) throws IOException { in sendDataFrame() method in Spdy3Test 88 writer.sendDataFrame(expectedStreamId, 0, source, (int) source.size()); in sendDataFrame()
|
D | Http2Test.java | 385 assertEquals(frame, sendDataFrame(new Buffer().write(expectedData))); in maxLengthDataFrame() 520 sendDataFrame(new Buffer().write(new byte[0x1000000])); in tooLargeDataFrame() 680 private Buffer sendDataFrame(Buffer data) throws IOException { in sendDataFrame() method in Http2Test
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
D | Spdy3.java | 392 sendDataFrame(streamId, flags, source, byteCount); in data() 395 void sendDataFrame(int streamId, int flags, Buffer buffer, int byteCount) in sendDataFrame() method in Spdy3.Writer
|