Uses of Annotation Type
org.apache.hc.core5.annotation.Experimental
Packages that use Experimental
Package
Description
HTTP/1.1 requester and server bootstrap.
Support classes for the classic (blocking) I/O model.
Support classes for the asynchronous I/O model.
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
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) SetsPoolConcurrencyPolicyinstance.final RequesterBootstrapRequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy) -
Uses of Experimental in org.apache.hc.core5.http.io.support
Methods in org.apache.hc.core5.http.io.support with annotations of type ExperimentalModifier and TypeMethodDescriptionstatic ClassicRequestBuilderClassicRequestBuilder.query()Initializes a newClassicRequestBuilderinstance for theQUERYmethod.static ClassicRequestBuilderInitializes a newClassicRequestBuilderinstance for theQUERYmethod.static ClassicRequestBuilderInitializes a newClassicRequestBuilderinstance for theQUERYmethod. -
Uses of Experimental in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support with annotations of type ExperimentalModifier and TypeMethodDescriptionstatic AsyncRequestBuilderAsyncRequestBuilder.query()Initializes a newAsyncRequestBuilderinstance for theQUERYmethod.static AsyncRequestBuilderInitializes a newAsyncRequestBuilderinstance for theQUERYmethod.static AsyncRequestBuilderInitializes a newAsyncRequestBuilderinstance for theQUERYmethod. -
Uses of Experimental in org.apache.hc.core5.http.nio.support.classic
Classes in org.apache.hc.core5.http.nio.support.classic with annotations of type ExperimentalModifier and TypeClassDescriptionclassclassclassAsyncServerExchangeHandlerimplementation that acts as a compatibility layer for classicInputStream/OutputStreambased interfaces. -
Uses of Experimental in org.apache.hc.core5.http.support
Methods in org.apache.hc.core5.http.support with annotations of type ExperimentalModifier and TypeMethodDescriptionstatic BasicRequestBuilderBasicRequestBuilder.query()Initializes a newBasicRequestBuilderinstance for theQUERYmethod.static BasicRequestBuilderInitializes a newBasicRequestBuilderinstance for theQUERYmethod.static BasicRequestBuilderInitializes a newBasicRequestBuilderinstance for theQUERYmethod. -
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) SetsPoolConcurrencyPolicyinstance. -
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.final classRouteSegmentedConnPool<R, C extends ModalCloseable>Lock-free, route-segmented connection pool with tiny, conditional round-robin assistance.