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 interfaceCodecEncloses classes related to the compression and decompression of messages.Classes in io.grpc that implement Decompressor Modifier and Type Class Description static classCodec.GzipA gzip compressor and decompressor.static classCodec.IdentityThe "identity", or "none" codec.Methods in io.grpc that return Decompressor Modifier and Type Method Description DecompressorDecompressorRegistry. lookupDecompressor(String messageEncoding)Returns a decompressor for the given message encoding, ornullif none has been registered.Methods in io.grpc with parameters of type Decompressor Modifier and Type Method Description DecompressorRegistryDecompressorRegistry. with(Decompressor d, boolean advertised)Registers a decompressor for both decompression and message encoding negotiation.
-