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 | Method and Description |
---|---|
List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.directArenas()
Return a
List of all direct PoolArenaMetric s that are provided by this pool. |
List<PoolArenaMetric> |
PooledByteBufAllocator.directArenas()
Deprecated.
|
List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.heapArenas()
Return a
List of all heap PoolArenaMetric s that are provided by this pool. |
List<PoolArenaMetric> |
PooledByteBufAllocator.heapArenas()
Deprecated.
|
Copyright © 2008–2017 The Netty Project. All rights reserved.