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