| Package | Description | 
|---|---|
| org.apache.hc.client5.http.fluent | Simple facade APIs for HttpClient based on the concept of
 a fluent interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| Executor | Executor. auth(AuthScope authScope,
    Credentials credentials) | 
| Executor | Executor. auth(HttpHost host,
    Credentials credentials) | 
| Executor | Executor. auth(HttpHost host,
    String username,
    char[] password) | 
| Executor | Executor. auth(HttpHost host,
    String username,
    char[] password,
    String workstation,
    String domain)Deprecated. 
 | 
| Executor | Executor. auth(String host,
    Credentials credentials) | 
| Executor | Executor. authPreemptive(HttpHost host) | 
| Executor | Executor. authPreemptive(String host) | 
| Executor | Executor. authPreemptiveProxy(HttpHost proxy) | 
| Executor | Executor. authPreemptiveProxy(String proxy) | 
| Executor | Executor. clearAuth() | 
| Executor | Executor. clearCookies() | 
| static Executor | Executor. newInstance() | 
| static Executor | Executor. newInstance(CloseableHttpClient httpclient) | 
| Executor | Executor. use(CookieStore cookieStore) | 
| Executor | Executor. use(CredentialsStore credentialsStore) | 
| Modifier and Type | Method and Description | 
|---|---|
| Async | Async. use(Executor executor) | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.