Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DErrorCode.java78 public static ErrorCode fromHttp2(int code) { in fromHttp2() method in ErrorCode
DHttp2.java252 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt); in readRstStream()
339 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt); in readGoAway()