| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Constructor and Description |
|---|
AbstractClientStream(WritableBufferAllocator bufferAllocator,
StatsTraceContext statsTraceCtx,
TransportTracer transportTracer,
io.grpc.Metadata headers,
io.grpc.CallOptions callOptions,
boolean useGet) |
AbstractServerStream(WritableBufferAllocator bufferAllocator,
StatsTraceContext statsTraceCtx) |
MessageFramer(MessageFramer.Sink sink,
WritableBufferAllocator bufferAllocator,
StatsTraceContext statsTraceCtx)
Creates a
MessageFramer. |