| 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 | Field and Description |
|---|---|
private ResourceLeak |
SimpleLeakAwareCompositeByteBuf.leak |
private ResourceLeak |
SimpleLeakAwareByteBuf.leak |
private ResourceLeak |
AdvancedLeakAwareCompositeByteBuf.leak |
private ResourceLeak |
AdvancedLeakAwareByteBuf.leak |
| Modifier and Type | Method and Description |
|---|---|
(package private) static void |
AdvancedLeakAwareByteBuf.recordLeakNonRefCountingOperation(ResourceLeak leak) |
| Constructor and Description |
|---|
AdvancedLeakAwareByteBuf(ByteBuf buf,
ResourceLeak leak) |
AdvancedLeakAwareCompositeByteBuf(CompositeByteBuf wrapped,
ResourceLeak leak) |
SimpleLeakAwareByteBuf(ByteBuf buf,
ResourceLeak leak) |
SimpleLeakAwareCompositeByteBuf(CompositeByteBuf wrapped,
ResourceLeak leak) |
| Modifier and Type | Class and Description |
|---|---|
private class |
ResourceLeakDetector.DefaultResourceLeak |
| Modifier and Type | Field and Description |
|---|---|
private ResourceLeak |
HashedWheelTimer.leak |
| Modifier and Type | Method and Description |
|---|---|
ResourceLeak |
ResourceLeakDetector.open(T obj)
Creates a new
ResourceLeak which is expected to be closed via close() when the
related resource is deallocated. |