Class InboundConnectionCacheImpl.ConnectionState<C extends Connection>

    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionState​(C conn)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • busyCount

        final java.util.concurrent.atomic.AtomicInteger busyCount
      • expectedResponseCount

        final java.util.concurrent.atomic.AtomicInteger expectedResponseCount
    • Constructor Detail

      • ConnectionState

        ConnectionState​(C conn)