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