Home
last modified time | relevance | path

Searched refs:COMPRESSION_ERROR (Results 1 – 8 of 8) sorted by relevance

/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DErrorCode.java53 COMPRESSION_ERROR(9, -1, -1), enumConstant
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
DErrorCode.java53 COMPRESSION_ERROR(9, -1, -1), enumConstant
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DErrorCode.java49 COMPRESSION_ERROR(9, -1, -1), enumConstant
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java224 frame.writeInt(ErrorCode.COMPRESSION_ERROR.httpCode); in readRstStreamFrame()
229 assertEquals(ErrorCode.COMPRESSION_ERROR, errorCode); in readRstStreamFrame()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DGrpcUtil.java317 COMPRESSION_ERROR(0x9, Status.INTERNAL), enumConstant
/external/scapy/scapy/contrib/
Dhttp2.py1669 COMPRESSION_ERROR = 0x9 variable in H2ErrorCodes
1685 COMPRESSION_ERROR: 'Compression error',
/external/grpc-grpc/doc/
DPROTOCOL-HTTP2.md225 COMPRESSION_ERROR|INTERNAL
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientTransport.java125 errorToStatus.put(ErrorCode.COMPRESSION_ERROR, in buildErrorCodeToStatusMap()