Uses of Class
org.apache.hc.core5.reactor.AbstractIOSessionPool.PoolEntry
Packages that use AbstractIOSessionPool.PoolEntry
Package
Description
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.PoolEntryModifier and TypeFieldDescriptionprivate final ConcurrentMap
<T, AbstractIOSessionPool.PoolEntry> AbstractIOSessionPool.sessionPool
Methods in org.apache.hc.core5.reactor that return AbstractIOSessionPool.PoolEntryModifier and TypeMethodDescription(package private) AbstractIOSessionPool.PoolEntry
AbstractIOSessionPool.getPoolEntry
(T endpoint) Methods in org.apache.hc.core5.reactor with parameters of type AbstractIOSessionPool.PoolEntryModifier and TypeMethodDescriptionprivate void
AbstractIOSessionPool.getSessionInternal
(AbstractIOSessionPool.PoolEntry poolEntry, boolean requestNew, T namedEndpoint, Timeout connectTimeout, FutureCallback<IOSession> callback)