| 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 | Method and Description |
|---|---|
protected abstract T |
Recycler.newObject(Recycler.Handle<T> handle) |
boolean |
Recycler.recycle(T o,
Recycler.Handle<T> handle) |
| Constructor and Description |
|---|
RecyclableMpscLinkedQueueNode(Recycler.Handle<? extends RecyclableMpscLinkedQueueNode<T>> handle) |
Copyright © 2008–2016 The Netty Project. All rights reserved.