Save This Page
Home » commons-httpclient-3.1-src » org.apache.commons » httpclient » [javadoc | source]
org.apache.commons.httpclient
class: HttpMethodDirector [javadoc | source]
java.lang.Object
   org.apache.commons.httpclient.HttpMethodDirector
Handles the process of executing a method including authentication, redirection and retries.
Field Summary
public static final  String WWW_AUTH_CHALLENGE    The www authenticate challange header. 
public static final  String WWW_AUTH_RESP    The www authenticate response header. 
public static final  String PROXY_AUTH_CHALLENGE    The proxy authenticate challange header. 
public static final  String PROXY_AUTH_RESP    The proxy authenticate response header. 
Constructor:
 public HttpMethodDirector(HttpConnectionManager connectionManager,
    HostConfiguration hostConfiguration,
    HttpClientParams params,
    HttpState state) 
Method from org.apache.commons.httpclient.HttpMethodDirector Summary:
executeMethod,   getConnectionManager,   getHostConfiguration,   getParams,   getState
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.httpclient.HttpMethodDirector Detail:
 public  void executeMethod(HttpMethod method) throws IOException, HttpException 
    Executes the method associated with this method director.
 public HttpConnectionManager getConnectionManager() 
 public HostConfiguration getHostConfiguration() 
 public HttpParams getParams() 
 public HttpState getState()