Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
PoolArena<T> |
(package private) static class |
PoolArena.DirectArena |
(package private) static class |
PoolArena.HeapArena |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.directArenaMetrics |
private java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.heapArenaMetrics |
Modifier and Type | Method and Description |
---|---|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.directArenas()
Return a
List of all direct PoolArenaMetric s that are provided by this pool. |
java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.heapArenas()
Return a
List of all heap PoolArenaMetric s that are provided by this pool. |