| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Recycler.Handle<T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Recycler.EnhancedHandle<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
ObjectPool.ObjectCreator.newObject(ObjectPool.Handle<T> handle)
Creates an returns a new
Object that can be used and later recycled via
recycle(Object). |
Copyright © 2008–2024 The Netty Project. All rights reserved.