Uses of Interface
io.netty5.buffer.ByteBufAllocatorMetric
-
Packages that use ByteBufAllocatorMetric 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 ByteBufAllocatorMetric in io.netty5.buffer
Classes in io.netty5.buffer that implement ByteBufAllocatorMetric Modifier and Type Class Description classPooledByteBufAllocatorMetricExposed metric forPooledByteBufAllocator.Methods in io.netty5.buffer that return ByteBufAllocatorMetric Modifier and Type Method Description ByteBufAllocatorMetricByteBufAllocatorMetricProvider. metric()Returns aByteBufAllocatorMetricfor aByteBufAllocator.ByteBufAllocatorMetricUnpooledByteBufAllocator. metric()
-