Uses of Annotation Type
org.apache.hc.core5.annotation.Experimental
Packages that use Experimental
Package
Description
HTTP/1.1 requester and server bootstrap.
HTTP/2 capable requester and server bootstrap.
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 ExperimentalModifier and TypeMethodDescriptionfinal AsyncRequesterBootstrapAsyncRequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy) AssignsPoolConcurrencyPolicyinstance.final RequesterBootstrapRequesterBootstrap.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 ExperimentalModifier and TypeMethodDescriptionfinal H2RequesterBootstrapH2RequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy) AssignsPoolConcurrencyPolicyinstance. -
Uses of Experimental in org.apache.hc.core5.pool
Classes in org.apache.hc.core5.pool with annotations of type ExperimentalModifier and TypeClassDescriptionclassLaxConnPool<T,C extends ModalCloseable> Connection pool with higher concurrency but with lax connection limit guarantees.