Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DErrorCode.java71 public static ErrorCode fromSpdy3Rst(int code) { in fromSpdy3Rst() method in ErrorCode
DSpdy3.java218 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt); in readRstStream()