| Package | Description |
|---|---|
| io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
| Class and Description |
|---|
| AbstractByteBuf
A skeletal implementation of a buffer.
|
| AbstractByteBufAllocator
Skeletal
ByteBufAllocator implementation to extend. |
| AbstractDerivedByteBuf
Deprecated.
Do not use.
|
| AbstractReferenceCountedByteBuf
Abstract base class for
ByteBuf implementations that count references. |
| ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets).
|
| ByteBufAllocator
Implementations are responsible to allocate buffers.
|
| ByteBufAllocatorMetric |
| ByteBufAllocatorMetricProvider |
| ByteBufConvertible
An interface that can be implemented by any object that know how to turn itself into a
ByteBuf. |
| ByteBufHolder
A packet which is send or receive.
|
| ByteBufProcessor
Deprecated.
Use
ByteProcessor. |
| CompositeByteBuf
A virtual buffer which shows multiple buffers as a single merged buffer.
|
| PoolArenaMetric
Expose metrics for an arena.
|
| PoolChunkListMetric
Metrics for a list of chunks.
|
| PooledByteBufAllocator |
| PooledByteBufAllocatorMetric
Exposed metric for
PooledByteBufAllocator. |
| PoolSubpageMetric
Metrics for a sub-page.
|
| SizeClassesMetric
Expose metrics for an SizeClasses.
|
| SwappedByteBuf
Deprecated.
use the Little Endian accessors, e.g.
getShortLE, getIntLE
instead. |
| UnpooledByteBufAllocator
Simplistic
ByteBufAllocator implementation that does not pool anything. |
| UnpooledDirectByteBuf
A NIO
ByteBuffer based buffer. |
| UnpooledHeapByteBuf
Big endian Java heap buffer implementation.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.