Package io.netty.channel.nio
Class NioEventLoop.SelectorTuple
- java.lang.Object
-
- io.netty.channel.nio.NioEventLoop.SelectorTuple
-
- Enclosing class:
- NioEventLoop
private static final class NioEventLoop.SelectorTuple extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.nio.channels.Selector
selector
(package private) java.nio.channels.Selector
unwrappedSelector
-
Constructor Summary
Constructors Constructor Description SelectorTuple(java.nio.channels.Selector unwrappedSelector)
SelectorTuple(java.nio.channels.Selector unwrappedSelector, java.nio.channels.Selector selector)
-