| 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 |
| 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.
|
| SwappedByteBuf
Deprecated.
use the Little Endian accessors, e.g.
getShortLE, getIntLE
instead. |
| UnpooledByteBufAllocator
Simplistic
ByteBufAllocator implementation that does not pool anything. |
Copyright © 2008–2019 The Netty Project. All rights reserved.