Uses of Interface
org.apache.hc.core5.pool.ConnPoolControl
-
Packages that use ConnPoolControl Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap.org.apache.hc.core5.pool Client side connection pool component APIs. -
-
Uses of ConnPoolControl in org.apache.hc.core5.http.impl.bootstrap
Classes in org.apache.hc.core5.http.impl.bootstrap that implement ConnPoolControl Modifier and Type Class Description class
HttpAsyncRequester
HTTP/1.1 client side message exchange initiator.class
HttpRequester
HTTP/1.1 client side message exchange initiator.Methods in org.apache.hc.core5.http.impl.bootstrap that return ConnPoolControl Modifier and Type Method Description ConnPoolControl<HttpHost>
HttpRequester. getConnPoolControl()
-
Uses of ConnPoolControl in org.apache.hc.core5.http2.impl.nio.bootstrap
Classes in org.apache.hc.core5.http2.impl.nio.bootstrap that implement ConnPoolControl Modifier and Type Class Description class
H2AsyncRequester
Client side message exchange initiator capable of negotiating HTTP/2 or HTTP/1.1 compatible connections. -
Uses of ConnPoolControl in org.apache.hc.core5.pool
Subinterfaces of ConnPoolControl in org.apache.hc.core5.pool Modifier and Type Interface Description interface
ManagedConnPool<T,C extends ModalCloseable>
Classes in org.apache.hc.core5.pool that implement ConnPoolControl Modifier and Type Class Description class
LaxConnPool<T,C extends ModalCloseable>
Connection pool with higher concurrency but with lax connection limit guarantees.class
StrictConnPool<T,C extends ModalCloseable>
Connection pool with strict connection limit guarantees.
-