| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractClientStream.TransportState
This should only called from the transport thread.
|
protected static class |
AbstractServerStream.TransportState
This should only called from the transport thread (except for private interactions with
AbstractServerStream). |
static class |
AbstractStream.TransportState
Stream state as used by the transport.
|
class |
ApplicationThreadDeframer
Sits between
AbstractStream.TransportState and MessageDeframer to deframe in the
client thread. |
class |
Http2ClientStreamTransportState
Base implementation for client streams using HTTP2 as the transport.
|
| Constructor and Description |
|---|
MessageDeframer(MessageDeframer.Listener listener,
io.grpc.Decompressor decompressor,
int maxMessageSize,
StatsTraceContext statsTraceCtx,
TransportTracer transportTracer)
Create a deframer.
|