Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
abstract T |
ServerBuilder.decompressorRegistry(DecompressorRegistry registry)
Set the decompression registry for use in the channel.
|
abstract T |
ManagedChannelBuilder.decompressorRegistry(DecompressorRegistry registry)
Set the decompression registry for use in the channel.
|
T |
ForwardingChannelBuilder.decompressorRegistry(DecompressorRegistry registry) |
static byte[] |
InternalDecompressorRegistry.getRawAdvertisedMessageEncodings(DecompressorRegistry reg) |
Modifier and Type | Method and Description |
---|---|
T |
AbstractServerImplBuilder.decompressorRegistry(DecompressorRegistry registry) |
T |
AbstractManagedChannelImplBuilder.decompressorRegistry(DecompressorRegistry registry) |
void |
NoopClientStream.setDecompressorRegistry(DecompressorRegistry decompressorRegistry) |
void |
ClientStream.setDecompressorRegistry(DecompressorRegistry decompressorRegistry)
Sets the registry to find a decompressor for the framer.
|
void |
AbstractClientStream.setDecompressorRegistry(DecompressorRegistry decompressorRegistry) |
Copyright © 2019. All rights reserved.