| Class and Description |
|---|
| AbstractByteBuf
A skeletal implementation of a buffer.
|
| AbstractByteBufAllocator
Skeletal
ByteBufAllocator implementation to extend. |
| AbstractDerivedByteBuf |
| 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.
|
| ByteBufHolder
A packet which is send or receive.
|
| ByteBufProcessor |
| 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 |
| PoolSubpageMetric
Metrics for a sub-page.
|
| SwappedByteBuf |
| UnpooledByteBufAllocator
Simplistic
ByteBufAllocator implementation that does not pool anything. |
Copyright © 2008–2015 The Netty Project. All rights reserved.