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 DecompressorRegistry
DecompressorRegistry. emptyInstance()
static DecompressorRegistry
DecompressorRegistry. getDefaultInstance()
DecompressorRegistry
DecompressorRegistry. 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 T
ForwardingChannelBuilder. decompressorRegistry(DecompressorRegistry registry)
T
ForwardingChannelBuilder2. decompressorRegistry(DecompressorRegistry registry)
T
ForwardingServerBuilder. decompressorRegistry(DecompressorRegistry registry)
abstract T
ManagedChannelBuilder. decompressorRegistry(DecompressorRegistry registry)
Set the decompression registry for use in the channel.abstract T
ServerBuilder. decompressorRegistry(DecompressorRegistry registry)
Set the decompression registry for use in the channel.
-