Home
last modified time | relevance | path

Searched refs:lastGoodStreamId (Results 1 – 12 of 12) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3Test.java78 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAwayRoundTrip()
79 assertEquals(expectedStreamId, lastGoodStreamId); in goAwayRoundTrip()
95 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway() argument
98 new Spdy3.Writer(out, true).goAway(lastGoodStreamId, errorCode, debugData); in sendGoAway()
DHttp2Test.java579 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAwayWithoutDebugDataRoundTrip()
580 assertEquals(expectedStreamId, lastGoodStreamId); in goAwayWithoutDebugDataRoundTrip()
605 int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAwayWithDebugDataRoundTrip()
606 assertEquals(0, lastGoodStreamId); in goAwayWithDebugDataRoundTrip()
673 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway() argument
676 new Http2.Writer(out, true).goAway(lastGoodStreamId, errorCode, debugData); in sendGoAway()
DBaseTestHandler.java53 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway() argument
DMockSpdyPeer.java288 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway() argument
291 this.streamId = lastGoodStreamId; in goAway()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedConnection.java85 private int lastGoodStreamId; field in FramedConnection
427 int lastGoodStreamId; in shutdown() local
433 lastGoodStreamId = this.lastGoodStreamId; in shutdown()
436 frameWriter.goAway(lastGoodStreamId, statusCode, Util.EMPTY_BYTE_ARRAY); in shutdown()
634 if (streamId <= lastGoodStreamId) return; in headers()
643 lastGoodStreamId = streamId; in headers()
743 @Override public void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData) { in goAway() argument
756 if (framedStream.getId() > lastGoodStreamId && framedStream.isLocallyInitiated()) { in goAway()
DSpdy3.java251 int lastGoodStreamId = source.readInt() & 0x7fffffff; in readGoAway() local
257 handler.goAway(lastGoodStreamId, errorCode, ByteString.EMPTY); in readGoAway()
453 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode, in goAway() argument
464 sink.writeInt(lastGoodStreamId); in goAway()
DFrameWriter.java96 void goAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) throws IOException; in goAway() argument
DFrameReader.java78 void goAway(int lastGoodStreamId, ErrorCode errorCode, ByteString debugData); in goAway() argument
DHttp2.java529 @Override public synchronized void goAway(int lastGoodStreamId, ErrorCode errorCode, in goAway() argument
538 sink.writeInt(lastGoodStreamId); in goAway()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...