Uses of Class
io.grpc.CompressorRegistry
Packages that use CompressorRegistry
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of CompressorRegistry in io.grpc
Methods in io.grpc that return CompressorRegistryModifier and TypeMethodDescriptionstatic 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 CompressorRegistryModifier and TypeMethodDescriptionForwardingChannelBuilder.compressorRegistry(CompressorRegistry registry) ForwardingChannelBuilder2.compressorRegistry(CompressorRegistry registry) ForwardingServerBuilder.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. -
Uses of CompressorRegistry in io.grpc.internal
Methods in io.grpc.internal with parameters of type CompressorRegistryModifier and TypeMethodDescriptionManagedChannelImplBuilder.compressorRegistry(CompressorRegistry registry) ServerImplBuilder.compressorRegistry(CompressorRegistry registry)