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