Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DErrorCode.java85 public static ErrorCode fromSpdyGoAway(int code) { in fromSpdyGoAway() method in ErrorCode
DSpdy3.java253 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt); in readGoAway()