Uses of Interface
io.grpc.internal.WritableBuffer
-
Packages that use WritableBuffer 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.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet. -
-
Uses of WritableBuffer in io.grpc.internal
Fields in io.grpc.internal declared as WritableBuffer Modifier and Type Field Description private WritableBufferMessageFramer. bufferprivate WritableBufferMessageFramer.BufferChainOutputStream. currentFields in io.grpc.internal with type parameters of type WritableBuffer Modifier and Type Field Description private java.util.List<WritableBuffer>MessageFramer.BufferChainOutputStream. bufferListMethods in io.grpc.internal that return WritableBuffer Modifier and Type Method Description WritableBufferWritableBufferAllocator. allocate(int capacityHint)Request a newWritableBufferwith the givencapacityHint.Methods in io.grpc.internal with parameters of type WritableBuffer Modifier and Type Method Description voidAbstractClientStream. deliverFrame(WritableBuffer frame, boolean endOfStream, boolean flush, int numMessages)voidAbstractServerStream. deliverFrame(WritableBuffer frame, boolean endOfStream, boolean flush, int numMessages)voidMessageFramer.Sink. deliverFrame(WritableBuffer frame, boolean endOfStream, boolean flush, int numMessages)Delivers a frame via the transport.voidAbstractClientStream.Sink. writeFrame(WritableBuffer frame, boolean endOfStream, boolean flush, int numMessages)Sends an outbound frame to the remote end point.voidAbstractServerStream.Sink. writeFrame(WritableBuffer frame, boolean flush, int numMessages)Sends an outbound frame to the remote end point. -
Uses of WritableBuffer in io.grpc.netty
Classes in io.grpc.netty that implement WritableBuffer Modifier and Type Class Description (package private) classNettyWritableBufferTheWritableBufferused by the Netty transport.Methods in io.grpc.netty that return WritableBuffer Modifier and Type Method Description WritableBufferNettyWritableBufferAllocator. allocate(int capacityHint)Methods in io.grpc.netty with parameters of type WritableBuffer Modifier and Type Method Description voidNettyClientStream.Sink. writeFrame(WritableBuffer frame, boolean endOfStream, boolean flush, int numMessages)voidNettyServerStream.Sink. writeFrame(WritableBuffer frame, boolean flush, int numMessages)private voidNettyClientStream.Sink. writeFrameInternal(WritableBuffer frame, boolean endOfStream, boolean flush, int numMessages) -
Uses of WritableBuffer in io.grpc.servlet
Classes in io.grpc.servlet that implement WritableBuffer Modifier and Type Class Description private static classServletServerStream.ByteArrayWritableBufferMethods in io.grpc.servlet with parameters of type WritableBuffer Modifier and Type Method Description voidServletServerStream.Sink. writeFrame(WritableBuffer frame, boolean flush, int numMessages) -
Uses of WritableBuffer in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement WritableBuffer Modifier and Type Class Description private static classServletServerStream.ByteArrayWritableBufferMethods in io.grpc.servlet.jakarta with parameters of type WritableBuffer Modifier and Type Method Description voidServletServerStream.Sink. writeFrame(WritableBuffer frame, boolean flush, int numMessages)
-