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