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