Class ManagedSelector.Start

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.CountDownLatch _started  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Start()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void update​(java.nio.channels.Selector selector)  
      • Methods inherited from class java.lang.Object

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

      • _started

        private final java.util.concurrent.CountDownLatch _started
    • Constructor Detail

      • Start

        private Start()