public class HttpClientAndConnectionManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.httpclient.HttpClient |
httpClient |
protected org.apache.commons.httpclient.HttpConnectionManager |
httpConnectionManager |
| Constructor and Description |
|---|
HttpClientAndConnectionManager(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.httpclient.HttpClient |
getHttpClient() |
org.apache.commons.httpclient.HttpConnectionManager |
getHttpConnectionManager() |
protected org.apache.commons.httpclient.HttpClient httpClient
protected org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager