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