Uses of Class
io.grpc.internal.AbstractReadableBuffer
-
Packages that use AbstractReadableBuffer 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. -
-
Uses of AbstractReadableBuffer in io.grpc.internal
Subclasses of AbstractReadableBuffer in io.grpc.internal Modifier and Type Class Description classCompositeReadableBufferAReadableBufferthat is composed of 0 or moreReadableBuffers.private static classReadableBuffers.ByteArrayWrapperAReadableBufferthat is backed by a byte array.private static classReadableBuffers.ByteReadableBufferWrapperAReadableBufferthat is backed by aByteBuffer. -
Uses of AbstractReadableBuffer in io.grpc.netty
Subclasses of AbstractReadableBuffer in io.grpc.netty Modifier and Type Class Description (package private) classNettyReadableBufferABufferimplementation that is backed by a NettyByteBuf.
-