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