Uses of Class
org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
-
Packages that use H2SharingConnPool.PerRoutePool Package Description org.apache.hc.client5.http.impl.nio Client connection management functions based the asynchronous connection management APIs. -
-
Uses of H2SharingConnPool.PerRoutePool in org.apache.hc.client5.http.impl.nio
Fields in org.apache.hc.client5.http.impl.nio with type parameters of type H2SharingConnPool.PerRoutePool Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<T,H2SharingConnPool.PerRoutePool<T,C>>H2SharingConnPool. perRouteCacheMethods in org.apache.hc.client5.http.impl.nio that return H2SharingConnPool.PerRoutePool Modifier and Type Method Description (package private) H2SharingConnPool.PerRoutePool<T,C>H2SharingConnPool. getPerRoutePool(T route)
-