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

Method setDecompressor

core/src/main/java/io/grpc/internal/Deframer.java:33–33  ·  view source on GitHub ↗

Sets the decompressor available to use. The message encoding for the stream comes later in time, and thus will not be available at the time of construction. This should only be set once, since the compression codec cannot change after the headers have been sent. @param decompressor the decompressin

(Decompressor decompressor)

Source from the content-addressed store, hash-verified

31 * @param decompressor the decompressing wrapper.
32 */
33 void setDecompressor(Decompressor decompressor);
34
35 /**
36 * Sets the decompressor used for full-stream decompression. Full-stream decompression disables

Callers 5

setDecompressorMethod · 0.65
setDecompressorMethod · 0.65
streamCreatedInternalMethod · 0.65
setDecompressorMethod · 0.65
setDecompressorMethod · 0.65

Implementers 3

MessageDeframercore/src/main/java/io/grpc/internal/Me
ApplicationThreadDeframercore/src/main/java/io/grpc/internal/Ap
MigratingThreadDeframercore/src/main/java/io/grpc/internal/Mi

Calls

no outgoing calls

Tested by

no test coverage detected