| Package | Description |
|---|---|
| io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OneTimeTask
Runnable which represent a one time task which may allow the EventExecutor to reduce the amount of
produced garbage when queue it for execution. |
class |
RecyclableMpscLinkedQueueNode<T>
MpscLinkedQueueNode that will automatically call Recycler.Handle#recycle(Object) when the node was
unlinked. |
Copyright © 2008–2016 The Netty Project. All rights reserved.