MCPcopy Create free account
hub / github.com/grpc/grpc-java / getMessageEncoding

Method getMessageEncoding

api/src/main/java/io/grpc/Decompressor.java:32–32  ·  view source on GitHub ↗

Returns the message encoding that this compressor uses. This can be values such as "gzip", "deflate", "snappy", etc.

()

Source from the content-addressed store, hash-verified

30 * <p>This can be values such as "gzip", "deflate", "snappy", etc.
31 */
32 String getMessageEncoding();
33
34 /**
35 * Wraps an existing input stream with a decompressing input stream.

Callers

nothing calls this directly

Implementers 7

Dummyapi/src/test/java/io/grpc/Decompressor
ClientCallImplTestcore/src/test/java/io/grpc/internal/Cl
ForwardingClientStreamTestcore/src/test/java/io/grpc/internal/Fo
DecompressorRegistryBenchmarkapi/src/jmh/java/io/grpc/DecompressorR
Gzipapi/src/main/java/io/grpc/Codec.java
Identityapi/src/main/java/io/grpc/Codec.java
Fzipinterop-testing/src/test/java/io/grpc/

Calls

no outgoing calls

Tested by

no test coverage detected