| Package | Description |
|---|---|
| io.netty.buffer |
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
|
| io.netty.util |
Utility classes used across multiple packages.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ByteBufUtil.setLeakListener(ResourceLeakDetector.LeakListener leakListener)
Set
AbstractByteBuf.leakDetector's ResourceLeakDetector.LeakListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceLeakDetector.setLeakListener(ResourceLeakDetector.LeakListener leakListener)
Set leak listener.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.