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) classPooledUnsafeHeapByteBufFields in io.netty.buffer with type parameters of type PooledHeapByteBuf Modifier and Type Field Description private static ObjectPool<PooledHeapByteBuf>PooledHeapByteBuf. RECYCLERMethods in io.netty.buffer that return PooledHeapByteBuf Modifier and Type Method Description (package private) static PooledHeapByteBufPooledHeapByteBuf. 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)
-