| 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 handle) |
boolean |
Recycler.recycle(T o,
Recycler.Handle handle) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
RecyclableMpscLinkedQueueNode.recycle(Recycler.Handle handle)
Called once unliked and so ready to recycled.
|
| Constructor and Description |
|---|
RecyclableMpscLinkedQueueNode(Recycler.Handle handle) |
Copyright © 2008–2014 The Netty Project. All rights reserved.