Package | Description |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractEpollStreamChannel.SpliceInTask |
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 RecyclableMpscLinkedQueueNode.recycle(Recycler.Handle) when the node was
unlinked. |
Copyright © 2008–2015 The Netty Project. All rights reserved.