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 AsyncRequesterBootstrap
AsyncRequesterBootstrap.setPoolConcurrencyPolicy
(PoolConcurrencyPolicy poolConcurrencyPolicy) AssignsPoolConcurrencyPolicy
instance.final 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 ExperimentalModifier and TypeMethodDescriptionfinal 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 ExperimentalModifier and TypeClassDescriptionclass
LaxConnPool<T,
C extends ModalCloseable> Connection pool with higher concurrency but with lax connection limit guarantees.