Uses of Class
org.apache.hc.client5.http.fluent.Executor
Packages that use Executor
Package
Description
Simple facade APIs for HttpClient based on the concept of
a fluent interface.
-
Uses of Executor in org.apache.hc.client5.http.fluent
Methods in org.apache.hc.client5.http.fluent that return ExecutorModifier and TypeMethodDescriptionExecutor.auth(String host, Credentials credentials) Executor.auth(AuthScope authScope, Credentials credentials) Executor.auth(org.apache.hc.core5.http.HttpHost host, String username, char[] password, String workstation, String domain) Deprecated.Executor.auth(org.apache.hc.core5.http.HttpHost host, Credentials credentials) Executor.authPreemptive(String host) Executor.authPreemptive(org.apache.hc.core5.http.HttpHost host) Executor.authPreemptiveProxy(String proxy) Executor.authPreemptiveProxy(org.apache.hc.core5.http.HttpHost proxy) Executor.clearAuth()Executor.clearCookies()static ExecutorExecutor.newInstance()static ExecutorExecutor.newInstance(CloseableHttpClient httpclient) Executor.use(CredentialsStore credentialsStore) Executor.use(CookieStore cookieStore) Methods in org.apache.hc.client5.http.fluent with parameters of type Executor
Executor.auth(HttpHost, String, char[]).