Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ByteBufUtil.ThreadLocalUnsafeDirectByteBuf |
(package private) class |
UnpooledUnsafeNoCleanerDirectByteBuf |
(package private) class |
WrappedUnpooledUnsafeDirectByteBuf |
Modifier and Type | Method and Description |
---|---|
(package private) static UnpooledUnsafeDirectByteBuf |
UnsafeByteBufUtil.newUnsafeDirectByteBuf(ByteBufAllocator alloc,
int initialCapacity,
int maxCapacity) |