| Package | Description |
|---|---|
| org.apache.hc.client5.http.impl.async |
| Modifier and Type | Class and Description |
|---|---|
class |
MinimalHttp2AsyncClient |
class |
MinimalHttpAsyncClient |
| Modifier and Type | Method and Description |
|---|---|
CloseableHttpAsyncClient |
HttpAsyncClientBuilder.build() |
CloseableHttpAsyncClient |
Http2AsyncClientBuilder.build() |
static CloseableHttpAsyncClient |
HttpAsyncClients.createDefault()
Creates
CloseableHttpAsyncClient instance with default configuration. |
static CloseableHttpAsyncClient |
HttpAsyncClients.createHttp2Default()
Creates HTTP/2
CloseableHttpAsyncClient instance with default configuration
optimized for HTTP/2 protocol and message multiplexing. |
static CloseableHttpAsyncClient |
HttpAsyncClients.createHttp2System()
Creates HTTP/2
CloseableHttpAsyncClient instance with default configuration and
system properties optimized for HTTP/2 protocol and message multiplexing. |
static CloseableHttpAsyncClient |
HttpAsyncClients.createSystem()
Creates
CloseableHttpAsyncClient instance with default
configuration and system properties. |
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.