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