Uses of Class
org.apache.hc.client5.http.fluent.Executor
-
Packages that use Executor Package Description org.apache.hc.client5.http.fluent 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 Executor Modifier and Type Field Description private Executor
Async.ExecRunnable. executor
private Executor
Async. executor
Methods in org.apache.hc.client5.http.fluent that return Executor Modifier and Type Method Description Executor
Executor. auth(java.lang.String host, Credentials credentials)
Executor
Executor. auth(AuthScope authScope, Credentials credentials)
Executor
Executor. auth(org.apache.hc.core5.http.HttpHost host, java.lang.String username, char[] password)
Executor
Executor. auth(org.apache.hc.core5.http.HttpHost host, java.lang.String username, char[] password, java.lang.String workstation, java.lang.String domain)
Deprecated.Executor
Executor. auth(org.apache.hc.core5.http.HttpHost host, Credentials credentials)
Executor
Executor. authPreemptive(java.lang.String host)
Executor
Executor. authPreemptive(org.apache.hc.core5.http.HttpHost host)
Executor
Executor. authPreemptiveProxy(java.lang.String proxy)
Executor
Executor. authPreemptiveProxy(org.apache.hc.core5.http.HttpHost proxy)
Executor
Executor. clearAuth()
Executor
Executor. clearCookies()
static Executor
Executor. newInstance()
static Executor
Executor. newInstance(CloseableHttpClient httpclient)
Executor
Executor. use(CredentialsStore credentialsStore)
Executor
Executor. use(CookieStore cookieStore)
Methods in org.apache.hc.client5.http.fluent with parameters of type Executor Modifier and Type Method Description Async
Async. use(Executor executor)
Constructors in org.apache.hc.client5.http.fluent with parameters of type Executor Constructor Description ExecRunnable(org.apache.hc.core5.concurrent.BasicFuture<T> future, Request request, Executor executor, org.apache.hc.core5.http.io.HttpClientResponseHandler<T> handler)
-