Uses of Interface
io.netty5.buffer.ByteBufAllocatorMetricProvider
-
Packages that use ByteBufAllocatorMetricProvider 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 ByteBufAllocatorMetricProvider in io.netty5.buffer
Classes in io.netty5.buffer that implement ByteBufAllocatorMetricProvider Modifier and Type Class Description class
PooledByteBufAllocator
class
UnpooledByteBufAllocator
SimplisticByteBufAllocator
implementation that does not pool anything.
-