Uses of Class
io.netty.buffer.PooledHeapByteBuf
Packages that use PooledHeapByteBuf
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of PooledHeapByteBuf in io.netty.buffer
Subclasses of PooledHeapByteBuf in io.netty.bufferFields in io.netty.buffer with type parameters of type PooledHeapByteBufModifier and TypeFieldDescriptionprivate static final ObjectPool
<PooledHeapByteBuf> PooledHeapByteBuf.RECYCLER
Methods in io.netty.buffer that return PooledHeapByteBufModifier and TypeMethodDescription(package private) static PooledHeapByteBuf
PooledHeapByteBuf.newInstance
(int maxCapacity) Constructor parameters in io.netty.buffer with type arguments of type PooledHeapByteBufModifierConstructorDescription(package private)
PooledHeapByteBuf
(ObjectPool.Handle<? extends PooledHeapByteBuf> recyclerHandle, int maxCapacity)