| 程序包 | 说明 |
|---|---|
| io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.directArenas()
Return a
List of all direct PoolArenaMetrics that are provided by this pool. |
java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.directArenas()
|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.heapArenas()
Return a
List of all heap PoolArenaMetrics that are provided by this pool. |
java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.heapArenas()
|