Class ManagedSelector.SelectorProducer

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Iterator<java.nio.channels.SelectionKey> _cursor  
      private java.util.Set<java.nio.channels.SelectionKey> _keys  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SelectorProducer()  
    • Field Detail

      • _keys

        private java.util.Set<java.nio.channels.SelectionKey> _keys
      • _cursor

        private java.util.Iterator<java.nio.channels.SelectionKey> _cursor
    • Constructor Detail

      • SelectorProducer

        private SelectorProducer()
    • Method Detail

      • processUpdates

        private void processUpdates()
      • select

        private boolean select()
      • processSelected

        private java.lang.Runnable processSelected()
      • updateKeys

        private void updateKeys()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object