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