Class SelectorImpl.SelectionKeyAndOp

  • Enclosing class:
    SelectorImpl

    private static class SelectorImpl.SelectionKeyAndOp
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int keyOp  
      java.nio.channels.SelectionKey selectionKey  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectionKeyAndOp​(java.nio.channels.SelectionKey selectionKey, int keyOp)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • keyOp

        public int keyOp
      • selectionKey

        public java.nio.channels.SelectionKey selectionKey
    • Constructor Detail

      • SelectionKeyAndOp

        public SelectionKeyAndOp​(java.nio.channels.SelectionKey selectionKey,
                                 int keyOp)