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 CompositeReadableBufferGzipInflatingBuffer. gzippedDataThis buffer holds all input gzipped data, consisting of blocks of deflated data and the surrounding gzip headers and trailers.private CompositeReadableBufferMessageDeframer. nextFrameprivate CompositeReadableBufferMessageDeframer. unprocessedMethods in io.grpc.internal with parameters of type CompositeReadableBuffer Modifier and Type Method Description voidCompositeReadableBuffer. readBytes(CompositeReadableBuffer dest, int length)Readslengthbytes from this buffer and writes them to the destination buffer.
-