Uses of Class
io.netty5.buffer.AbstractByteBufAllocator
-
Packages that use AbstractByteBufAllocator Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of AbstractByteBufAllocator in io.netty5.buffer
Subclasses of AbstractByteBufAllocator in io.netty5.buffer Modifier and Type Class Description class
PooledByteBufAllocator
class
UnpooledByteBufAllocator
SimplisticByteBufAllocator
implementation that does not pool anything.
-