Uses of Class
io.grpc.DecompressorRegistry
-
Packages that use DecompressorRegistry Package Description io.grpc The gRPC core public API. -
-
Uses of DecompressorRegistry in io.grpc
Methods in io.grpc that return DecompressorRegistry Modifier and Type Method Description static DecompressorRegistryDecompressorRegistry. emptyInstance()static DecompressorRegistryDecompressorRegistry. getDefaultInstance()DecompressorRegistryDecompressorRegistry. with(Decompressor d, boolean advertised)Registers a decompressor for both decompression and message encoding negotiation.Methods in io.grpc with parameters of type DecompressorRegistry Modifier and Type Method Description TForwardingChannelBuilder. decompressorRegistry(DecompressorRegistry registry)TForwardingChannelBuilder2. decompressorRegistry(DecompressorRegistry registry)TForwardingServerBuilder. decompressorRegistry(DecompressorRegistry registry)abstract TManagedChannelBuilder. decompressorRegistry(DecompressorRegistry registry)Set the decompression registry for use in the channel.abstract TServerBuilder. decompressorRegistry(DecompressorRegistry registry)Set the decompression registry for use in the channel.
-