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 TypeClassDescriptionclass
AReadableBuffer
that is composed of 0 or moreReadableBuffer
s.private static class
AReadableBuffer
that is backed by a byte array.private static class
AReadableBuffer
that is backed by aByteBuffer
. -
Uses of AbstractReadableBuffer in io.grpc.netty
Subclasses of AbstractReadableBuffer in io.grpc.nettyModifier and TypeClassDescription(package private) class
ABuffer
implementation that is backed by a NettyByteBuf
.