| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageFramer
Encodes gRPC messages to be delivered via the transport layer which implements
MessageFramer.Sink. |
| Modifier and Type | Method and Description |
|---|---|
protected Framer |
AbstractClientStream.framer() |
protected abstract Framer |
AbstractStream.framer()
The framer to use for sending messages.
|
Framer |
Framer.setCompressor(io.grpc.Compressor compressor)
Set the compressor used for compression.
|
Framer |
Framer.setMessageCompression(boolean enable)
Enable or disable compression.
|