Uses of Class
io.grpc.internal.AbstractReadableBuffer
Packages that use AbstractReadableBuffer
Package
Description
Interfaces and implementations that are internal to gRPC.
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.internalModifier and TypeClassDescriptionclassAReadableBufferthat is composed of 0 or moreReadableBuffers.private static classAReadableBufferthat is backed by a byte array.private static classAReadableBufferthat is backed by aByteBuffer. -
Uses of AbstractReadableBuffer in io.grpc.netty
Subclasses of AbstractReadableBuffer in io.grpc.nettyModifier and TypeClassDescription(package private) classABufferimplementation that is backed by a NettyByteBuf.