Uses of Interface
io.grpc.Decompressor
-
Packages that use Decompressor Package Description io.grpc The gRPC core public API. -
-
Uses of Decompressor in io.grpc
Subinterfaces of Decompressor in io.grpc Modifier and Type Interface Description interface
Codec
Encloses classes related to the compression and decompression of messages.Classes in io.grpc that implement Decompressor Modifier and Type Class Description static class
Codec.Gzip
A gzip compressor and decompressor.static class
Codec.Identity
The "identity", or "none" codec.Methods in io.grpc that return Decompressor Modifier and Type Method Description Decompressor
DecompressorRegistry. lookupDecompressor(String messageEncoding)
Returns a decompressor for the given message encoding, ornull
if none has been registered.Methods in io.grpc with parameters of type Decompressor Modifier and Type Method Description DecompressorRegistry
DecompressorRegistry. with(Decompressor d, boolean advertised)
Registers a decompressor for both decompression and message encoding negotiation.
-