MCPcopy Index your code
hub / github.com/grpc/grpc-java / getCompressor

Method getCompressor

api/src/main/java/io/grpc/CallOptions.java:260–263  ·  view source on GitHub ↗

Returns the compressor's name.

()

Source from the content-addressed store, hash-verified

258 * Returns the compressor's name.
259 */
260 @Nullable
261 public String getCompressor() {
262 return compressorName;
263 }
264
265 /**
266 * Override the HTTP/2 authority the channel claims to be connecting to. <em>This is not

Callers 3

startInternalMethod · 0.80
defaultsAreAllNullMethod · 0.80
allWithsMethod · 0.80

Calls

no outgoing calls

Tested by 2

defaultsAreAllNullMethod · 0.64
allWithsMethod · 0.64