Uses of Interface
io.netty.buffer.ByteBufAllocatorMetric
Packages that use ByteBufAllocatorMetric
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of ByteBufAllocatorMetric in io.netty.buffer
Classes in io.netty.buffer that implement ByteBufAllocatorMetricModifier and TypeClassDescriptionfinal class
Exposed metric forPooledByteBufAllocator
.private static final class
Methods in io.netty.buffer that return ByteBufAllocatorMetricModifier and TypeMethodDescriptionByteBufAllocatorMetricProvider.metric()
Returns aByteBufAllocatorMetric
for aByteBufAllocator
.UnpooledByteBufAllocator.metric()