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 ExecutorAsync.ExecRunnable. executorprivate ExecutorAsync. executorMethods in org.apache.hc.client5.http.fluent that return Executor Modifier and Type Method Description ExecutorExecutor. auth(java.lang.String host, Credentials credentials)ExecutorExecutor. auth(AuthScope authScope, Credentials credentials)ExecutorExecutor. auth(org.apache.hc.core5.http.HttpHost host, java.lang.String username, char[] password)ExecutorExecutor. auth(org.apache.hc.core5.http.HttpHost host, java.lang.String username, char[] password, java.lang.String workstation, java.lang.String domain)Deprecated.ExecutorExecutor. auth(org.apache.hc.core5.http.HttpHost host, Credentials credentials)ExecutorExecutor. authPreemptive(java.lang.String host)ExecutorExecutor. authPreemptive(org.apache.hc.core5.http.HttpHost host)ExecutorExecutor. authPreemptiveProxy(java.lang.String proxy)ExecutorExecutor. authPreemptiveProxy(org.apache.hc.core5.http.HttpHost proxy)ExecutorExecutor. clearAuth()ExecutorExecutor. clearCookies()static ExecutorExecutor. newInstance()static ExecutorExecutor. newInstance(CloseableHttpClient httpclient)ExecutorExecutor. use(CredentialsStore credentialsStore)ExecutorExecutor. use(CookieStore cookieStore)Methods in org.apache.hc.client5.http.fluent with parameters of type Executor Modifier and Type Method Description AsyncAsync. 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)
-