Uses of Interface
io.netty.buffer.PoolChunkListMetric
-
Packages that use PoolChunkListMetric Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of PoolChunkListMetric in io.netty.buffer
Methods in io.netty.buffer that return types with arguments of type PoolChunkListMetric Modifier and Type Method Description java.util.List<PoolChunkListMetric>
PoolArenaMetric. chunkLists()
Returns an unmodifiableList
which holdsPoolChunkListMetric
s.
-