| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
| org.apache.hc.client5.http.impl.classic |
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
|
| org.apache.hc.core5.http.impl.bootstrap |
HTTP/1.1 requester and server bootstrap.
|
| org.apache.hc.core5.http2.impl.nio.bootstrap |
HTTP/2 capable requester and server bootstrap.
|
| org.apache.hc.core5.pool |
Client side connection pool component APIs.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
KerberosScheme
已过时。
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
class |
KerberosSchemeFactory
已过时。
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
class |
SPNegoScheme
已过时。
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
class |
SPNegoSchemeFactory
已过时。
Do not use. The GGS based experimental authentication schemes are no longer
supported. Consider using Basic or Bearer authentication with TLS instead.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultBackoffStrategy
This
ConnectionBackoffStrategy backs off either for a raw
network socket or connection timeout or if the server explicitly
sends a 429 (Too Many Requests) or a 503 (Service Unavailable) response. |
| 限定符和类型 | 方法和说明 |
|---|---|
RequesterBootstrap |
RequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy) |
AsyncRequesterBootstrap |
AsyncRequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)
Assigns
PoolConcurrencyPolicy instance. |
| 限定符和类型 | 方法和说明 |
|---|---|
H2RequesterBootstrap |
H2RequesterBootstrap.setPoolConcurrencyPolicy(PoolConcurrencyPolicy poolConcurrencyPolicy)
Assigns
PoolConcurrencyPolicy instance. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LaxConnPool<T,C extends ModalCloseable>
Connection pool with higher concurrency but with lax connection limit guarantees.
|
Copyright © 2023. All rights reserved.