Uses of Class
org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
Packages that use MinimalHttpAsyncClient
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
-
Uses of MinimalHttpAsyncClient in org.apache.hc.client5.http.impl.async
Methods in org.apache.hc.client5.http.impl.async that return MinimalHttpAsyncClientModifier and TypeMethodDescriptionstatic MinimalHttpAsyncClient
HttpAsyncClients.createMinimal()
CreatesMinimalHttpAsyncClient
instance optimized for HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol functionality.static MinimalHttpAsyncClient
HttpAsyncClients.createMinimal
(AsyncClientConnectionManager connManager) CreatesMinimalHttpAsyncClient
instance optimized for HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol functionality.static MinimalHttpAsyncClient
HttpAsyncClients.createMinimal
(org.apache.hc.core5.http2.config.H2Config h2Config, org.apache.hc.core5.http.config.Http1Config h1Config) CreatesMinimalHttpAsyncClient
instance optimized for HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol functionality.static MinimalHttpAsyncClient
HttpAsyncClients.createMinimal
(org.apache.hc.core5.http2.config.H2Config h2Config, org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig) CreatesMinimalHttpAsyncClient
instance optimized for HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol functionality.static MinimalHttpAsyncClient
HttpAsyncClients.createMinimal
(org.apache.hc.core5.http2.config.H2Config h2Config, org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig, AsyncClientConnectionManager connmgr) CreatesMinimalHttpAsyncClient
instance optimized for HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol functionality.static MinimalHttpAsyncClient
HttpAsyncClients.createMinimal
(org.apache.hc.core5.http2.HttpVersionPolicy versionPolicy, org.apache.hc.core5.http2.config.H2Config h2Config, org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig) Deprecated.static MinimalHttpAsyncClient
HttpAsyncClients.createMinimal
(org.apache.hc.core5.http2.HttpVersionPolicy versionPolicy, org.apache.hc.core5.http2.config.H2Config h2Config, org.apache.hc.core5.http.config.Http1Config h1Config, org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig, AsyncClientConnectionManager connmgr) private static MinimalHttpAsyncClient
HttpAsyncClients.createMinimalHttpAsyncClientImpl
(org.apache.hc.core5.reactor.IOEventHandlerFactory eventHandlerFactory, AsyncPushConsumerRegistry pushConsumerRegistry, org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig, AsyncClientConnectionManager connmgr, SchemePortResolver schemePortResolver, TlsConfig tlsConfig)
HttpAsyncClients.createMinimal(H2Config, Http1Config, IOReactorConfig)