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.api |
Incubating
Buffer API, as a proposed alternative to ByteBuf . |
io.netty5.buffer.api.adaptor |
Helpers for integrating with the existing
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 |
A pooling
BufferAllocator implementation based on jemalloc. |
io.netty5.buffer.api.unsafe |
A
Buffer implementation that is based on sun.misc.Unsafe . |
io.netty5.buffer.search |
Utility classes for performing efficient substring search within
ByteBuf . |