Uses of Class
org.apache.hc.core5.reactor.AbstractIOSessionPool.PoolEntry
-
Packages that use AbstractIOSessionPool.PoolEntry Package Description org.apache.hc.core5.reactor Event driven network communication APIs and components loosely based on Doug Lea's reactor pattern. -
-
Uses of AbstractIOSessionPool.PoolEntry in org.apache.hc.core5.reactor
Fields in org.apache.hc.core5.reactor with type parameters of type AbstractIOSessionPool.PoolEntry Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<T,AbstractIOSessionPool.PoolEntry>
AbstractIOSessionPool. sessionPool
Methods in org.apache.hc.core5.reactor that return AbstractIOSessionPool.PoolEntry Modifier and Type Method Description (package private) AbstractIOSessionPool.PoolEntry
AbstractIOSessionPool. getPoolEntry(T endpoint)
Methods in org.apache.hc.core5.reactor with parameters of type AbstractIOSessionPool.PoolEntry Modifier and Type Method Description private void
AbstractIOSessionPool. getSessionInternal(AbstractIOSessionPool.PoolEntry poolEntry, boolean requestNew, T namedEndpoint, Timeout connectTimeout, FutureCallback<IOSession> callback)
-