Uses of Interface
org.apache.hc.client5.http.impl.ConnectionHolder
-
Packages that use ConnectionHolder Package Description org.apache.hc.client5.http.impl.io Client connection management functions based the classic connection management APIs.org.apache.hc.client5.http.impl.nio Client connection management functions based the asynchronous connection management APIs. -
-
Uses of ConnectionHolder in org.apache.hc.client5.http.impl.io
Classes in org.apache.hc.client5.http.impl.io that implement ConnectionHolder Modifier and Type Class Description (package private) classBasicHttpClientConnectionManager.InternalConnectionEndpoint(package private) static classPoolingHttpClientConnectionManager.InternalConnectionEndpoint -
Uses of ConnectionHolder in org.apache.hc.client5.http.impl.nio
Classes in org.apache.hc.client5.http.impl.nio that implement ConnectionHolder Modifier and Type Class Description (package private) static classPoolingAsyncClientConnectionManager.InternalConnectionEndpoint
-