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 WritableBufferAllocatorMessageFramer.bufferAllocatorConstructors in io.grpc.internal with parameters of type WritableBufferAllocatorModifierConstructorDescriptionprotectedAbstractClientStream(WritableBufferAllocator bufferAllocator, StatsTraceContext statsTraceCtx, TransportTracer transportTracer, Metadata headers, CallOptions callOptions, boolean useGet) protectedAbstractServerStream(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) classThe default allocator forNettyWritableBuffers used by the Netty transport.