| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContextBuilder | ContextBuilder. create() | 
| static ContextBuilder | ContextBuilder. create(SchemePortResolver schemePortResolver) | 
| ContextBuilder | ContextBuilder. preemptiveAuth(HttpHost host,
              AuthScheme authScheme) | 
| ContextBuilder | ContextBuilder. preemptiveBasicAuth(HttpHost host,
                   UsernamePasswordCredentials credentials) | 
| ContextBuilder | ContextBuilder. useAuthCache(AuthCache authCache) | 
| ContextBuilder | ContextBuilder. useAuthSchemeRegistry(Lookup<AuthSchemeFactory> authSchemeRegistry) | 
| ContextBuilder | ContextBuilder. useCookieSpecRegistry(Lookup<CookieSpecFactory> cookieSpecRegistry) | 
| ContextBuilder | ContextBuilder. useCookieStore(CookieStore cookieStore) | 
| ContextBuilder | ContextBuilder. useCredentialsProvider(CredentialsProvider credentialsProvider) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.