Package | Description |
---|---|
io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveByteBufAllocator
An auto-tuning pooling
ByteBufAllocator , that follows an anti-generational hypothesis. |
class |
PooledByteBufAllocatorMetric
Exposed metric for
PooledByteBufAllocator . |
Modifier and Type | Method and Description |
---|---|
ByteBufAllocatorMetric |
UnpooledByteBufAllocator.metric() |
ByteBufAllocatorMetric |
ByteBufAllocatorMetricProvider.metric()
Returns a
ByteBufAllocatorMetric for a ByteBufAllocator . |
ByteBufAllocatorMetric |
AdaptiveByteBufAllocator.metric() |
Copyright © 2008–2024 The Netty Project. All rights reserved.