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> |
PooledByteBufAllocator.directArenas()
Return a
List of all direct PoolArenaMetric s that are provided by this pool. |
List<PoolArenaMetric> |
PooledByteBufAllocator.heapArenas()
Return a
List of all heap PoolArenaMetric s that are provided by this pool. |
Copyright © 2008-2016 The Netty Project. All Rights Reserved.