Uses of Class
org.apache.hc.core5.annotation.Experimental
-
Packages that use Experimental 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 Experimental in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap with annotations of type Experimental Modifier and Type Method Description AsyncRequesterBootstrap
AsyncRequesterBootstrap. setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)
AssignsPoolConcurrencyPolicy
instance.RequesterBootstrap
RequesterBootstrap. setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)
-
Uses of Experimental in org.apache.hc.core5.http2.impl.nio.bootstrap
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap with annotations of type Experimental Modifier and Type Method Description H2RequesterBootstrap
H2RequesterBootstrap. setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)
AssignsPoolConcurrencyPolicy
instance. -
Uses of Experimental in org.apache.hc.core5.pool
Classes in org.apache.hc.core5.pool with annotations of type Experimental Modifier and Type Class Description class
LaxConnPool<T,C extends ModalCloseable>
Connection pool with higher concurrency but with lax connection limit guarantees.
-