Searched refs:COMPRESSION_ERROR (Results 1 – 8 of 8) sorted by relevance
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | ErrorCode.java | 53 COMPRESSION_ERROR(9, -1, -1), enumConstant
|
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/ |
D | ErrorCode.java | 53 COMPRESSION_ERROR(9, -1, -1), enumConstant
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | ErrorCode.java | 49 COMPRESSION_ERROR(9, -1, -1), enumConstant
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | Http2Test.java | 224 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/ |
D | GrpcUtil.java | 317 COMPRESSION_ERROR(0x9, Status.INTERNAL), enumConstant
|
/external/scapy/scapy/contrib/ |
D | http2.py | 1669 COMPRESSION_ERROR = 0x9 variable in H2ErrorCodes 1685 COMPRESSION_ERROR: 'Compression error',
|
/external/grpc-grpc/doc/ |
D | PROTOCOL-HTTP2.md | 225 COMPRESSION_ERROR|INTERNAL
|
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/ |
D | OkHttpClientTransport.java | 125 errorToStatus.put(ErrorCode.COMPRESSION_ERROR, in buildErrorCodeToStatusMap()
|