Home
last modified time | relevance | path

Searched refs:receiveRstStream (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DFramedConnection.java708 rstStream.receiveRstStream(errorCode); in rstStream()
789 framedStream.receiveRstStream(ErrorCode.REFUSED_STREAM); in goAway()
DFramedStream.java302 synchronized void receiveRstStream(ErrorCode errorCode) { in receiveRstStream() method in FramedStream