Searched defs:sendGoAway (Results 1 – 3 of 3) sorted by relevance
131 public void sendGoAway(final Http2ErrorCode Http2ErrorCode, final boolean allowMoreStreams, in sendGoAway() method in Http2ClientConnection140 public void sendGoAway(final Http2ErrorCode Http2ErrorCode, final boolean allowMoreStreams) { in sendGoAway() method in Http2ClientConnection
95 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway() method in Spdy3Test
673 private Buffer sendGoAway(int lastGoodStreamId, ErrorCode errorCode, byte[] debugData) in sendGoAway() method in Http2Test