Uses of Class
org.apache.http.client.fluent.Executor

Packages that use Executor
org.apache.http.client.fluent   
 

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(HttpHost host, Credentials creds)
           
 Executor Executor.auth(HttpHost host, String username, String password)
           
 Executor Executor.auth(HttpHost host, String username, String password, String workstation, String domain)
           
 Executor Executor.auth(String username, String password)
           
 Executor Executor.auth(String username, String password, String workstation, String domain)
           
 Executor Executor.authPreemptive(HttpHost host)
           
 Executor Executor.clearAuth()
           
 Executor Executor.clearCookies()
           
 Executor Executor.cookieStore(CookieStore cookieStore)
           
static Executor Executor.newInstance()
           
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.