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
Fields in org.apache.hc.client5.http.fluent declared as ExecutorModifier and TypeFieldDescriptionprivate final Executor
Async.ExecRunnable.executor
private Executor
Async.executor
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 Executor
Executor.newInstance()
static Executor
Executor.newInstance
(CloseableHttpClient httpclient) Executor.use
(CredentialsStore credentialsStore) Executor.use
(CookieStore cookieStore) Methods in org.apache.hc.client5.http.fluent with parameters of type ExecutorConstructors in org.apache.hc.client5.http.fluent with parameters of type ExecutorModifierConstructorDescription(package private)
ExecRunnable
(org.apache.hc.core5.concurrent.BasicFuture<T> future, Request request, Executor executor, org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler)
auth(HttpHost, String, char[])
.