Uses of Class
io.netty.buffer.AbstractPooledDerivedByteBuf
-
Packages that use AbstractPooledDerivedByteBuf 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 AbstractPooledDerivedByteBuf in io.netty.buffer
Subclasses of AbstractPooledDerivedByteBuf in io.netty.buffer Modifier and Type Class Description (package private) class
PooledDuplicatedByteBuf
(package private) class
PooledSlicedByteBuf
Fields in io.netty.buffer with type parameters of type AbstractPooledDerivedByteBuf Modifier and Type Field Description private Recycler.EnhancedHandle<AbstractPooledDerivedByteBuf>
AbstractPooledDerivedByteBuf. recyclerHandle
Methods in io.netty.buffer with type parameters of type AbstractPooledDerivedByteBuf Modifier and Type Method Description (package private) <U extends AbstractPooledDerivedByteBuf>
UAbstractPooledDerivedByteBuf. init(AbstractByteBuf unwrapped, ByteBuf wrapped, int readerIndex, int writerIndex, int maxCapacity)
Constructor parameters in io.netty.buffer with type arguments of type AbstractPooledDerivedByteBuf Constructor Description AbstractPooledDerivedByteBuf(ObjectPool.Handle<? extends AbstractPooledDerivedByteBuf> recyclerHandle)
-