| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl.async |
| Modifier and Type | Method and Description |
|---|---|
static MinimalHttpAsyncClient |
HttpAsyncClients.createMinimal()
Creates
MinimalHttpAsyncClient instance that provides
essential HTTP/1.1 and HTTP/2 message transport only. |
static MinimalHttpAsyncClient |
HttpAsyncClients.createMinimal(AsyncClientConnectionManager connManager)
Creates
MinimalHttpAsyncClient instance that provides
essential HTTP/1.1 and HTTP/2 message transport only. |
static MinimalHttpAsyncClient |
HttpAsyncClients.createMinimal(org.apache.hc.core5.http.config.H1Config h1Config,
org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig)
Creates
MinimalHttpAsyncClient instance that provides
essential HTTP/1.1 transport only. |
static MinimalHttpAsyncClient |
HttpAsyncClients.createMinimal(org.apache.hc.core5.http2.config.H2Config h2Config,
org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig)
Creates
MinimalHttpAsyncClient instance that provides
essential HTTP/2 transport only. |
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.H1Config h1Config)
Creates
MinimalHttpAsyncClient instance that provides
essential HTTP/1.1 and HTTP/2 message transport only. |
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.H1Config h1Config,
org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig)
Creates
MinimalHttpAsyncClient instance that provides
essential HTTP/1.1 and HTTP/2 message transport only. |
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.H1Config h1Config,
org.apache.hc.core5.reactor.IOReactorConfig ioReactorConfig,
AsyncClientConnectionManager connmgr)
Creates
MinimalHttpAsyncClient instance that provides
essential HTTP/1.1 and HTTP/2 message transport only. |
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.