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.RECYCLERMethods in io.netty.buffer that return PooledUnsafeHeapByteBufModifier and TypeMethodDescription(package private) static PooledUnsafeHeapByteBufPooledUnsafeHeapByteBuf.newUnsafeInstance(int maxCapacity) Constructor parameters in io.netty.buffer with type arguments of type PooledUnsafeHeapByteBufModifierConstructorDescriptionprivatePooledUnsafeHeapByteBuf(ObjectPool.Handle<PooledUnsafeHeapByteBuf> recyclerHandle, int maxCapacity)