Class AbstractIOSessionPool.PoolEntry

  • Enclosing class:
    AbstractIOSessionPool<T>

    static class AbstractIOSessionPool.PoolEntry
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PoolEntry()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • completed

        volatile boolean completed
      • sessionFuture

        volatile java.util.concurrent.Future<IOSession> sessionFuture
    • Constructor Detail

      • PoolEntry

        PoolEntry()