Module io.netty5.buffer
-
-
Packages
Exports Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.io.netty5.buffer.bytebuffer Safe ByteBuffer based implementation.io.netty5.buffer.internal Internal implementation details that can be shared among Buffer implementations.io.netty5.buffer.pool A poolingBufferAllocator
implementation based on jemalloc.io.netty5.buffer.unsafe ABuffer
implementation that is based onsun.misc.Unsafe
.Indirect Exports From Packages io.netty5.buffer io.netty5.buffer io.netty5.buffer.bytebuffer io.netty5.buffer.internal io.netty5.buffer.pool io.netty5.buffer.unsafe
-
Modules
Indirect Requires Modifier Module Description transitive io.netty5.buffer
-