Home
last modified time | relevance | path

Searched refs:sendGoAway (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3Test.java69 assertEquals(frame, sendGoAway(expectedStreamId, expectedError, Util.EMPTY_BYTE_ARRAY)); in goAwayRoundTrip()
72 assertEquals(frame, sendGoAway(expectedStreamId, expectedError, new byte[8])); in goAwayRoundTrip()
95 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway() method in Spdy3Test
DHttp2Test.java575 assertEquals(frame, sendGoAway(expectedStreamId, expectedError, Util.EMPTY_BYTE_ARRAY)); in goAwayWithoutDebugDataRoundTrip()
601 assertEquals(frame, sendGoAway(0, expectedError, expectedData.toByteArray())); in goAwayWithDebugDataRoundTrip()
673 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway() method in Http2Test
DSpdy3ConnectionTest.java784 @Test public void sendGoAway() throws Exception {