Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Codec
Encloses classes related to the compression and decompression of messages.
|
Modifier and Type | Class and Description |
---|---|
static class |
Codec.Gzip
A gzip compressor and decompressor.
|
static class |
Codec.Identity
The "identity", or "none" codec.
|
Modifier and Type | Method and Description |
---|---|
Compressor |
CompressorRegistry.lookupCompressor(String compressorName) |
Modifier and Type | Method and Description |
---|---|
void |
CompressorRegistry.register(Compressor c)
Registers a compressor for both decompression and message encoding negotiation.
|