| 程序包 | 说明 |
|---|---|
| org.apache.hc.client5.http |
Client component APIs common to all client transports
such as connection route information and resolution
as well as common HTTP method definitions and
exception classes.
|
| org.apache.hc.client5.http.impl.auth |
Standard and common HTTP authentication schemes.
|
| org.apache.hc.client5.http.protocol |
HTTP protocol interceptors that enable advanced functionality
such as HTTP state management and authentication state caching.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ContextBuilder |
ContextBuilder.useAuthCache(AuthCache authCache) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasicAuthCache
Default implementation of
AuthCache. |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthCache |
HttpClientContext.getAuthCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpClientContext.setAuthCache(AuthCache authCache) |
Copyright © 2023. All rights reserved.