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 Executor
 Executor Executor.auth(AuthScope authScope, Credentials creds)
           
 Executor Executor.auth(Credentials cred)
           
 Executor Executor.auth(org.apache.http.HttpHost host, Credentials creds)
           
 Executor Executor.auth(org.apache.http.HttpHost host, String username, String password)
           
 Executor Executor.auth(org.apache.http.HttpHost host, String username, String password, String workstation, String domain)
           
 Executor Executor.auth(String host, Credentials creds)
           
 Executor Executor.auth(String username, String password)
           
 Executor Executor.auth(String username, String password, String workstation, String domain)
           
 Executor Executor.authPreemptive(org.apache.http.HttpHost host)
           
 Executor Executor.authPreemptive(String host)
           
 Executor Executor.authPreemptiveProxy(org.apache.http.HttpHost proxy)
           
 Executor Executor.authPreemptiveProxy(String proxy)
           
 Executor Executor.clearAuth()
           
 Executor Executor.clearCookies()
           
 Executor Executor.cookieStore(CookieStore cookieStore)
          Deprecated. (4.5) Use use(CookieStore).
static Executor Executor.newInstance()
           
static Executor Executor.newInstance(HttpClient httpclient)
           
 Executor Executor.use(CookieStore cookieStore)
           
 Executor Executor.use(CredentialsProvider credentialsProvider)
           
 

Methods in org.apache.http.client.fluent with parameters of type Executor
 Async Async.use(Executor executor)
           
 



Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.