Uses of Interface
io.grpc.Decompressor
Packages that use Decompressor
-
Uses of Decompressor in io.grpc
Subinterfaces of Decompressor in io.grpcModifier and TypeInterfaceDescriptioninterfaceEncloses classes related to the compression and decompression of messages.Classes in io.grpc that implement DecompressorModifier and TypeClassDescriptionstatic final classA gzip compressor and decompressor.static final classThe "identity", or "none" codec.Methods in io.grpc that return DecompressorModifier and TypeMethodDescriptionDecompressorRegistry.lookupDecompressor(String messageEncoding) Returns a decompressor for the given message encoding, ornullif none has been registered.Methods in io.grpc with parameters of type DecompressorModifier and TypeMethodDescriptionDecompressorRegistry.with(Decompressor d, boolean advertised) Registers a decompressor for both decompression and message encoding negotiation.