|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommonsHttpClient
The interface to the Apache Commons implementation of our HTTP client interface.
| Method Summary | |
|---|---|
int |
executeMethod(org.apache.commons.httpclient.HttpMethod method)
Executes a given HTTP method (from Commons HTTP). |
org.apache.commons.httpclient.HttpConnectionManager |
getHttpConnectionManager()
Returns this client's HTTP connection manager. |
org.apache.commons.httpclient.params.HttpClientParams |
getParams()
Returns this client's parameters. |
| Method Detail |
|---|
int executeMethod(org.apache.commons.httpclient.HttpMethod method)
method - The method to execute.
org.apache.commons.httpclient.params.HttpClientParams getParams()
org.apache.commons.httpclient.HttpConnectionManager getHttpConnectionManager()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||