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 ObjectPool.Handle<ByteBufUtil.ThreadLocalDirectByteBuf>ByteBufUtil.ThreadLocalDirectByteBuf. handleprivate static ObjectPool<ByteBufUtil.ThreadLocalDirectByteBuf>ByteBufUtil.ThreadLocalDirectByteBuf. RECYCLERMethods in io.netty.buffer that return ByteBufUtil.ThreadLocalDirectByteBuf Modifier and Type Method Description (package private) static ByteBufUtil.ThreadLocalDirectByteBufByteBufUtil.ThreadLocalDirectByteBuf. newInstance()Constructor parameters in io.netty.buffer with type arguments of type ByteBufUtil.ThreadLocalDirectByteBuf Constructor Description ThreadLocalDirectByteBuf(ObjectPool.Handle<ByteBufUtil.ThreadLocalDirectByteBuf> handle)
-