org.jets3t.service.impl.rest.httpclient
Class HttpClientAndConnectionManager
java.lang.Object
org.jets3t.service.impl.rest.httpclient.HttpClientAndConnectionManager
public class HttpClientAndConnectionManager
- extends java.lang.Object
Field Summary |
protected org.apache.commons.httpclient.HttpClient |
httpClient
|
protected org.apache.commons.httpclient.HttpConnectionManager |
httpConnectionManager
|
Constructor Summary |
HttpClientAndConnectionManager(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
httpClient
protected org.apache.commons.httpclient.HttpClient httpClient
httpConnectionManager
protected org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager
HttpClientAndConnectionManager
public HttpClientAndConnectionManager(org.apache.commons.httpclient.HttpClient httpClient,
org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager)
getHttpClient
public org.apache.commons.httpclient.HttpClient getHttpClient()
getHttpConnectionManager
public org.apache.commons.httpclient.HttpConnectionManager getHttpConnectionManager()