Uses of Class
io.netty.buffer.PooledUnsafeHeapByteBuf
-
Packages that use PooledUnsafeHeapByteBuf Package Description io.netty.buffer 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 PooledUnsafeHeapByteBuf Modifier and Type Field Description private static ObjectPool<PooledUnsafeHeapByteBuf>
PooledUnsafeHeapByteBuf. RECYCLER
Methods in io.netty.buffer that return PooledUnsafeHeapByteBuf Modifier and Type Method Description (package private) static PooledUnsafeHeapByteBuf
PooledUnsafeHeapByteBuf. newUnsafeInstance(int maxCapacity)
Constructor parameters in io.netty.buffer with type arguments of type PooledUnsafeHeapByteBuf Constructor Description PooledUnsafeHeapByteBuf(ObjectPool.Handle<PooledUnsafeHeapByteBuf> recyclerHandle, int maxCapacity)
-