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 abstract Framer |
AbstractStream.framer()
The framer to use for sending messages.
|
protected Framer |
AbstractClientStream.framer() |
Framer |
Framer.setCompressor(Compressor compressor)
Set the compressor used for compression.
|
Framer |
Framer.setMessageCompression(boolean enable)
Enable or disable compression.
|
Copyright © 2019. All rights reserved.