io.netty5.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
io.netty5.buffer.api |
Incubating Buffer API, as a proposed alternative to ByteBuf .
|
io.netty5.buffer.api.adaptor |
Helpers for integrating with the existing io.netty5.buffer.ByteBuf API.
|
io.netty5.buffer.api.bytebuffer |
Safe ByteBuffer based implementation.
|
io.netty5.buffer.api.internal |
Internal implementation details that can be shared among Buffer implementations.
|
io.netty5.buffer.api.pool |
|
io.netty5.buffer.api.unsafe |
A Buffer implementation that is based on sun.misc.Unsafe .
|