| 程序包 | 说明 |
|---|---|
| com.aliyun.httpcomponent.httpclient | |
| org.apache.hc.client5.http.impl.async |
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
|
| 类和说明 |
|---|
| HttpAsyncClientBuilder
Builder for
CloseableHttpAsyncClient instances that can negotiate
the most optimal HTTP protocol version during the TLS handshake
with ALPN extension if supported by the Java runtime. |
| 类和说明 |
|---|
| CloseableHttpAsyncClient
Base implementation of
HttpAsyncClient that also implements ModalCloseable. |
| H2AsyncClientBuilder
Builder for HTTP/2 only
CloseableHttpAsyncClient instances. |
| HttpAsyncClientBuilder
Builder for
CloseableHttpAsyncClient instances that can negotiate
the most optimal HTTP protocol version during the TLS handshake
with ALPN extension if supported by the Java runtime. |
| MinimalH2AsyncClient
Minimal implementation of HTTP/2 only
CloseableHttpAsyncClient. |
| MinimalHttpAsyncClient
Minimal implementation of
CloseableHttpAsyncClient. |
Copyright © 2023. All rights reserved.