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