| Package | Description | 
|---|---|
| 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.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.client5.http.impl.win | Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms. | 
| 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 | 
|---|---|
| HttpAsyncClientBuilder | HttpAsyncClientBuilder. setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry)Assigns default  AuthSchemeregistry which will
 be used for request execution if not explicitly set in the client execution
 context. | 
| H2AsyncClientBuilder | H2AsyncClientBuilder. setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry)Assigns default  AuthSchemeregistry which will
 be used for request execution if not explicitly set in the client execution
 context. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesBasicSchemeinstances. | 
| class  | DigestSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesDigestSchemeinstances. | 
| class  | KerberosSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesKerberosSchemeinstances. | 
| class  | NTLMSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation. | 
| class  | SPNegoSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesSPNegoSchemeinstances. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpClientBuilder | HttpClientBuilder. setDefaultAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> authSchemeRegistry)Assigns default  AuthSchemeregistry which will
 be used for request execution if not explicitly set in the client execution
 context. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WindowsNegotiateSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesWindowsNegotiateSchemeusing JNA to Negotiate credentials | 
| class  | WindowsNTLMSchemeFactoryAuthSchemeFactoryimplementation that creates and initializesWindowsNegotiateSchemeusing JNA to implement NTLM | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> | HttpClientContext. getAuthSchemeRegistry() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HttpClientContext. setAuthSchemeRegistry(org.apache.hc.core5.http.config.Lookup<AuthSchemeFactory> lookup) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.