Uses of Interface
io.grpc.internal.WritableBufferAllocator
Packages that use WritableBufferAllocator
Package
Description
Interfaces and implementations that are internal to gRPC.
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 WritableBufferAllocatorModifier and TypeFieldDescriptionprivate final WritableBufferAllocator
MessageFramer.bufferAllocator
Constructors in io.grpc.internal with parameters of type WritableBufferAllocatorModifierConstructorDescriptionprotected
AbstractClientStream
(WritableBufferAllocator bufferAllocator, StatsTraceContext statsTraceCtx, TransportTracer transportTracer, Metadata headers, CallOptions callOptions, boolean useGet) protected
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 WritableBufferAllocatorModifier and TypeClassDescription(package private) class
The default allocator forNettyWritableBuffer
s used by the Netty transport.