Uses of Class
io.grpc.internal.CompositeReadableBuffer
-
Packages that use CompositeReadableBuffer Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of CompositeReadableBuffer in io.grpc.internal
Fields in io.grpc.internal declared as CompositeReadableBuffer Modifier and Type Field Description private CompositeReadableBuffer
GzipInflatingBuffer. gzippedData
This buffer holds all input gzipped data, consisting of blocks of deflated data and the surrounding gzip headers and trailers.private CompositeReadableBuffer
MessageDeframer. nextFrame
private CompositeReadableBuffer
MessageDeframer. unprocessed
Methods in io.grpc.internal with parameters of type CompositeReadableBuffer Modifier and Type Method Description void
CompositeReadableBuffer. readBytes(CompositeReadableBuffer dest, int length)
Readslength
bytes from this buffer and writes them to the destination buffer.
-