Uses of Class
org.apache.http.client.fluent.Executor
-
Uses of Executor in org.apache.http.client.fluent
Methods in org.apache.http.client.fluent that return ExecutorModifier and TypeMethodDescriptionExecutor.auth(org.apache.http.auth.AuthScope authScope, org.apache.http.auth.Credentials creds) Executor.auth(org.apache.http.auth.Credentials cred) Executor.auth(org.apache.http.HttpHost host, String username, String password, String workstation, String domain) Executor.auth(org.apache.http.HttpHost host, org.apache.http.auth.Credentials creds) Executor.authPreemptive(String host) Executor.authPreemptive(org.apache.http.HttpHost host) Executor.authPreemptiveProxy(String proxy) Executor.authPreemptiveProxy(org.apache.http.HttpHost proxy) Executor.clearAuth()Executor.clearCookies()Executor.cookieStore(org.apache.http.client.CookieStore cookieStore) Deprecated.static ExecutorExecutor.newInstance()static ExecutorExecutor.newInstance(org.apache.http.client.HttpClient httpclient) Executor.use(org.apache.http.client.CookieStore cookieStore) Executor.use(org.apache.http.client.CredentialsProvider credentialsProvider) Methods in org.apache.http.client.fluent with parameters of type Executor
Executor.use(CookieStore).