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