Uses of Interface
io.grpc.internal.WritableBufferAllocator
-
Packages that use WritableBufferAllocator Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of WritableBufferAllocator in io.grpc.internal
Fields in io.grpc.internal declared as WritableBufferAllocator Modifier and Type Field Description private WritableBufferAllocator
MessageFramer. bufferAllocator
Constructors in io.grpc.internal with parameters of type WritableBufferAllocator Constructor Description AbstractClientStream(WritableBufferAllocator bufferAllocator, StatsTraceContext statsTraceCtx, TransportTracer transportTracer, Metadata headers, CallOptions callOptions, boolean useGet)
AbstractServerStream(WritableBufferAllocator bufferAllocator, StatsTraceContext statsTraceCtx)
MessageFramer(MessageFramer.Sink sink, WritableBufferAllocator bufferAllocator, StatsTraceContext statsTraceCtx)
Creates aMessageFramer
. -
Uses of WritableBufferAllocator in io.grpc.netty
Classes in io.grpc.netty that implement WritableBufferAllocator Modifier and Type Class Description (package private) class
NettyWritableBufferAllocator
The default allocator forNettyWritableBuffer
s used by the Netty transport.
-