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