Searched refs:errorCodeInt (Results 1 – 2 of 2) sorted by relevance
217 int errorCodeInt = source.readInt(); in readRstStream() local218 ErrorCode errorCode = ErrorCode.fromSpdy3Rst(errorCodeInt); in readRstStream()220 throw ioException("TYPE_RST_STREAM unexpected error code: %d", errorCodeInt); in readRstStream()252 int errorCodeInt = source.readInt(); in readGoAway() local253 ErrorCode errorCode = ErrorCode.fromSpdyGoAway(errorCodeInt); in readGoAway()255 throw ioException("TYPE_GOAWAY unexpected error code: %d", errorCodeInt); in readGoAway()
251 int errorCodeInt = source.readInt(); in readRstStream() local252 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt); in readRstStream()254 throw ioException("TYPE_RST_STREAM unexpected error code: %d", errorCodeInt); in readRstStream()337 int errorCodeInt = source.readInt(); in readGoAway() local339 ErrorCode errorCode = ErrorCode.fromHttp2(errorCodeInt); in readGoAway()341 throw ioException("TYPE_GOAWAY unexpected error code: %d", errorCodeInt); in readGoAway()