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 ExecutorAsync.ExecRunnable.executorprivate ExecutorAsync.executorMethods 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(CloseableHttpAsyncClient httpclient) This feature is considered experimental and may be discontinued in the future.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 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)
Executor.auth(HttpHost, String, char[]).