Uses of Class
io.grpc.DecompressorRegistry
-
Packages that use DecompressorRegistry Package Description io.grpc The gRPC core public API.io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of DecompressorRegistry in io.grpc
Fields in io.grpc declared as DecompressorRegistry Modifier and Type Field Description private static DecompressorRegistryDecompressorRegistry. DEFAULT_INSTANCEMethods 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.static byte[]InternalDecompressorRegistry. getRawAdvertisedMessageEncodings(DecompressorRegistry reg)Constructors in io.grpc with parameters of type DecompressorRegistry Constructor Description DecompressorRegistry(Decompressor d, boolean advertised, DecompressorRegistry parent) -
Uses of DecompressorRegistry in io.grpc.inprocess
Methods in io.grpc.inprocess with parameters of type DecompressorRegistry Modifier and Type Method Description voidInProcessTransport.InProcessStream.InProcessClientStream. setDecompressorRegistry(DecompressorRegistry decompressorRegistry) -
Uses of DecompressorRegistry in io.grpc.internal
Fields in io.grpc.internal declared as DecompressorRegistry Modifier and Type Field Description private DecompressorRegistryAbstractClientStream.TransportState. decompressorRegistryprivate DecompressorRegistryClientCallImpl. decompressorRegistryprivate DecompressorRegistryManagedChannelImpl. decompressorRegistry(package private) DecompressorRegistryManagedChannelImplBuilder. decompressorRegistryprivate DecompressorRegistryServerCallImpl. decompressorRegistryprivate DecompressorRegistryServerImpl. decompressorRegistry(package private) DecompressorRegistryServerImplBuilder. decompressorRegistryprivate static DecompressorRegistryManagedChannelImplBuilder. DEFAULT_DECOMPRESSOR_REGISTRYprivate static DecompressorRegistryServerImplBuilder. DEFAULT_DECOMPRESSOR_REGISTRYMethods in io.grpc.internal with parameters of type DecompressorRegistry Modifier and Type Method Description ManagedChannelImplBuilderManagedChannelImplBuilder. decompressorRegistry(DecompressorRegistry registry)ServerImplBuilderServerImplBuilder. decompressorRegistry(DecompressorRegistry registry)(package private) static voidClientCallImpl. prepareHeaders(Metadata headers, DecompressorRegistry decompressorRegistry, Compressor compressor, boolean fullStreamDecompression)voidAbstractClientStream. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)private voidAbstractClientStream.TransportState. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)(package private) ClientCallImpl<ReqT,RespT>ClientCallImpl. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)voidClientStream. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)Sets the registry to find a decompressor for the framer.voidDelayedStream. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)voidForwardingClientStream. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)voidNoopClientStream. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)voidRetriableStream. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)Constructors in io.grpc.internal with parameters of type DecompressorRegistry Constructor Description ServerCallImpl(ServerStream stream, MethodDescriptor<ReqT,RespT> method, Metadata inboundHeaders, Context.CancellableContext context, DecompressorRegistry decompressorRegistry, CompressorRegistry compressorRegistry, CallTracer serverCallTracer, io.perfmark.Tag tag)
-