Uses of Class
io.grpc.CompressorRegistry
-
Packages that use CompressorRegistry Package Description io.grpc The gRPC core public API. -
-
Uses of CompressorRegistry in io.grpc
Methods in io.grpc that return CompressorRegistry Modifier and Type Method Description static CompressorRegistryCompressorRegistry. getDefaultInstance()Returns the default instance used by gRPC when the registry is not specified.static CompressorRegistryCompressorRegistry. newEmptyInstance()Returns a new instance with no registered compressors.Methods in io.grpc with parameters of type CompressorRegistry Modifier and Type Method Description TForwardingChannelBuilder. compressorRegistry(CompressorRegistry registry)TForwardingChannelBuilder2. compressorRegistry(CompressorRegistry registry)TForwardingServerBuilder. compressorRegistry(CompressorRegistry registry)abstract TManagedChannelBuilder. compressorRegistry(CompressorRegistry registry)Set the compression registry for use in the channel.abstract TServerBuilder. compressorRegistry(CompressorRegistry registry)Set the compression registry for use in the channel.
-