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