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