| Package | Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ContextBuilder | ContextBuilder. useAuthCache(AuthCache authCache) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicAuthCacheDefault implementation of  AuthCache. | 
| Modifier and Type | Method and Description | 
|---|---|
| AuthCache | HttpClientContext. getAuthCache() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpClientContext. setAuthCache(AuthCache authCache) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.