| 软件包 | 描述 |
|---|---|
| io.netty.buffer |
抽象字节缓冲区 - 表示低级二进制和文本消息的基本数据结构。
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.directArenas()
返回一个 List所有直接的PoolArenaMetric这个池提供的秒。
|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.directArenas()
|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocatorMetric.heapArenas()
返回一个 List所有堆PoolArenaMetric这个池提供的秒。
|
java.util.List<PoolArenaMetric> |
PooledByteBufAllocator.heapArenas()
|
Copyright © 2008–2018 The Netty Project. All rights reserved.