Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Stream.setCompressor(Compressor compressor)
Sets the compressor on the framer.
|
void |
NoopClientStream.setCompressor(Compressor compressor) |
MessageFramer |
MessageFramer.setCompressor(Compressor compressor) |
Framer |
Framer.setCompressor(Compressor compressor)
Set the compressor used for compression.
|
void |
AbstractStream.setCompressor(Compressor compressor) |
Copyright © 2018. All rights reserved.