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

Method getMessageEncoding

api/src/main/java/io/grpc/Codec.java:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 */
35 final class Gzip implements Codec {
36 @Override
37 public String getMessageEncoding() {
38 return "gzip";
39 }
40
41 @Override
42 public OutputStream compress(OutputStream os) throws IOException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected