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.RECYCLERMethods in io.netty.buffer that return PooledDirectByteBufModifier and TypeMethodDescription(package private) static PooledDirectByteBufPooledDirectByteBuf.newInstance(int maxCapacity) Constructor parameters in io.netty.buffer with type arguments of type PooledDirectByteBufModifierConstructorDescriptionprivatePooledDirectByteBuf(ObjectPool.Handle<PooledDirectByteBuf> recyclerHandle, int maxCapacity)