Uses of Interface
io.grpc.Compressor
-
Packages that use Compressor Package Description io.grpc The gRPC core public API. -
-
Uses of Compressor in io.grpc
Subinterfaces of Compressor in io.grpc Modifier and Type Interface Description interfaceCodecEncloses classes related to the compression and decompression of messages.Classes in io.grpc that implement Compressor 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 Compressor Modifier and Type Method Description CompressorCompressorRegistry. lookupCompressor(String compressorName)Methods in io.grpc with parameters of type Compressor Modifier and Type Method Description voidCompressorRegistry. register(Compressor c)Registers a compressor for both decompression and message encoding negotiation.
-