Searched refs:REFUSED_STREAM (Results 1 – 4 of 4) sorted by relevance
25 stream.close(ErrorCode.REFUSED_STREAM);
45 REFUSED_STREAM(7, 3, -1), enumConstant
753 spdyStream.receiveRstStream(ErrorCode.REFUSED_STREAM); in goAway()
42 import static com.squareup.okhttp.internal.spdy.ErrorCode.REFUSED_STREAM;687 peer.sendFrame().rstStream(1, REFUSED_STREAM);