Uses of Class
io.grpc.internal.MessageFramer.BufferChainOutputStream
-
Packages that use MessageFramer.BufferChainOutputStream Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of MessageFramer.BufferChainOutputStream in io.grpc.internal
Methods in io.grpc.internal with parameters of type MessageFramer.BufferChainOutputStream Modifier and Type Method Description private void
MessageFramer. writeBufferChain(MessageFramer.BufferChainOutputStream bufferChain, boolean compressed)
Write a message that has been serialized to a sequence of buffers.
-