org.jets3t.service.impl.rest.httpclient
Class HttpClientAndConnectionManager

java.lang.Object
  extended by org.jets3t.service.impl.rest.httpclient.HttpClientAndConnectionManager

public class HttpClientAndConnectionManager
extends Object


Constructor Summary
HttpClientAndConnectionManager(org.apache.commons.httpclient.HttpClient httpClient, org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager)
           
 
Method Summary
 org.apache.commons.httpclient.HttpClient getHttpClient()
           
 org.apache.commons.httpclient.HttpConnectionManager getHttpConnectionManager()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientAndConnectionManager

public HttpClientAndConnectionManager(org.apache.commons.httpclient.HttpClient httpClient,
                                      org.apache.commons.httpclient.HttpConnectionManager httpConnectionManager)
Method Detail

getHttpClient

public org.apache.commons.httpclient.HttpClient getHttpClient()

getHttpConnectionManager

public org.apache.commons.httpclient.HttpConnectionManager getHttpConnectionManager()