|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.httpclient.HttpMethodDirector
Handles the process of executing a method including authentication, redirection and retries.
Field Summary | |
static java.lang.String |
PROXY_AUTH_CHALLENGE
The proxy authenticate challange header. |
static java.lang.String |
PROXY_AUTH_RESP
The proxy authenticate response header. |
static java.lang.String |
WWW_AUTH_CHALLENGE
The www authenticate challange header. |
static java.lang.String |
WWW_AUTH_RESP
The www authenticate response header. |
Constructor Summary | |
HttpMethodDirector(HttpConnectionManager connectionManager,
HostConfiguration hostConfiguration,
HttpClientParams params,
HttpState state)
|
Method Summary | |
void |
executeMethod(HttpMethod method)
Executes the method associated with this method director. |
HttpConnectionManager |
getConnectionManager()
|
HostConfiguration |
getHostConfiguration()
|
HttpParams |
getParams()
|
HttpState |
getState()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String WWW_AUTH_CHALLENGE
public static final java.lang.String WWW_AUTH_RESP
public static final java.lang.String PROXY_AUTH_CHALLENGE
public static final java.lang.String PROXY_AUTH_RESP
Constructor Detail |
public HttpMethodDirector(HttpConnectionManager connectionManager, HostConfiguration hostConfiguration, HttpClientParams params, HttpState state)
Method Detail |
public void executeMethod(HttpMethod method) throws java.io.IOException, HttpException
java.io.IOException
HttpException
public HostConfiguration getHostConfiguration()
public HttpState getState()
public HttpConnectionManager getConnectionManager()
public HttpParams getParams()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |