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.http.io.support Support classes for the classic (blocking) I/O model.org.apache.hc.core5.http.nio.support Support classes for the asynchronous I/O model.org.apache.hc.core5.http.nio.support.classic Support classes for the asynchronous I/O model that emulate behavior of the classic (blocking) I/O model.org.apache.hc.core5.http.support 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 AsyncRequesterBootstrapAsyncRequesterBootstrap. setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)SetsPoolConcurrencyPolicyinstance.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 Experimental Modifier and Type Method Description static ClassicRequestBuilderClassicRequestBuilder. query()Initializes a newClassicRequestBuilderinstance for theQUERYmethod.static ClassicRequestBuilderClassicRequestBuilder. query(java.lang.String uri)Initializes a newClassicRequestBuilderinstance for theQUERYmethod.static ClassicRequestBuilderClassicRequestBuilder. query(java.net.URI uri)Initializes 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 Experimental Modifier and Type Method Description static AsyncRequestBuilderAsyncRequestBuilder. query()Initializes a newAsyncRequestBuilderinstance for theQUERYmethod.static AsyncRequestBuilderAsyncRequestBuilder. query(java.lang.String uri)Initializes a newAsyncRequestBuilderinstance for theQUERYmethod.static AsyncRequestBuilderAsyncRequestBuilder. query(java.net.URI uri)Initializes 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 Experimental Modifier and Type Class Description classClassicToAsyncRequestProducerclassClassicToAsyncResponseConsumerclassClassicToAsyncServerExchangeHandlerAsyncServerExchangeHandlerimplementation 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 Experimental Modifier and Type Method Description static BasicRequestBuilderBasicRequestBuilder. query()Initializes a newBasicRequestBuilderinstance for theQUERYmethod.static BasicRequestBuilderBasicRequestBuilder. query(java.lang.String uri)Initializes a newBasicRequestBuilderinstance for theQUERYmethod.static BasicRequestBuilderBasicRequestBuilder. query(java.net.URI uri)Initializes 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 Experimental Modifier and Type Method Description 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 Experimental Modifier and Type Class Description classLaxConnPool<T,C extends ModalCloseable>Connection pool with higher concurrency but with lax connection limit guarantees.classRouteSegmentedConnPool<R,C extends ModalCloseable>Lock-free, route-segmented connection pool with tiny, conditional round-robin assistance.
-