Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • unwrappedSelector

        final java.nio.channels.Selector unwrappedSelector
      • selector

        final java.nio.channels.Selector selector
    • Constructor Detail

      • SelectorTuple

        SelectorTuple​(java.nio.channels.Selector unwrappedSelector)
      • SelectorTuple

        SelectorTuple​(java.nio.channels.Selector unwrappedSelector,
                      java.nio.channels.Selector selector)