Class ManagedSelector.CloseConnections

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<java.io.Closeable> _closed  
      private java.util.concurrent.CountDownLatch _complete  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CloseConnections()  
      private CloseConnections​(java.util.Set<java.io.Closeable> closed)  
    • 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

      • _closed

        private final java.util.Set<java.io.Closeable> _closed
      • _complete

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

      • CloseConnections

        private CloseConnections()
      • CloseConnections

        private CloseConnections​(java.util.Set<java.io.Closeable> closed)