| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.impl.async |
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
|
| org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
HttpAsyncClientBuilder.customizeExecChain(NamedElementChain<AsyncExecChainHandler> execChainDefinition)
Request exec chain customization and extension.
|
protected void |
H2AsyncClientBuilder.customizeExecChain(NamedElementChain<AsyncExecChainHandler> execChainDefinition)
Request exec chain customization and extension.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
HttpClientBuilder.customizeExecChain(NamedElementChain<ExecChainHandler> execChainDefinition)
Request exec chain customization and extension.
|
Copyright © 2023. All rights reserved.