|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lastbamboo.common.http.client.CommonsHttpClientImpl
public final class CommonsHttpClientImpl
An implementation of the Apache Commons HTTP client interface.
| Constructor Summary | |
|---|---|
CommonsHttpClientImpl()
Constructs a new Apache Commons HTTP client. |
|
CommonsHttpClientImpl(org.apache.commons.httpclient.HttpConnectionManager connectionManager)
Constructs a new Apache Commons HTTP client. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonsHttpClientImpl()
public CommonsHttpClientImpl(org.apache.commons.httpclient.HttpConnectionManager connectionManager)
connectionManager - The Commons connection manager used to manage
connections used by the underlying Commons HTTP client.| Method Detail |
|---|
public int executeMethod(org.apache.commons.httpclient.HttpMethod method)
executeMethod in interface CommonsHttpClientmethod - The method to execute.
public org.apache.commons.httpclient.params.HttpClientParams getParams()
getParams in interface CommonsHttpClientpublic org.apache.commons.httpclient.HttpConnectionManager getHttpConnectionManager()
getHttpConnectionManager in interface CommonsHttpClient
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||