org.n52.oxf.util.web
Class PoolingConnectionManagerHttpClient

java.lang.Object
  extended by org.n52.oxf.util.web.SimpleHttpClient
      extended by org.n52.oxf.util.web.PoolingConnectionManagerHttpClient
All Implemented Interfaces:
HttpClient

public class PoolingConnectionManagerHttpClient
extends SimpleHttpClient


Constructor Summary
PoolingConnectionManagerHttpClient()
           
PoolingConnectionManagerHttpClient(int connectionTimeout)
           
 
Method Summary
 org.apache.http.conn.ClientConnectionManager getConnectionManager()
           
 
Methods inherited from class org.n52.oxf.util.web.SimpleHttpClient
executeGet, executeGet, executeMethod, executePost, executePost, executePost, getHttpClientToDecorate, setConnectionTimout, setSocketTimout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolingConnectionManagerHttpClient

public PoolingConnectionManagerHttpClient()

PoolingConnectionManagerHttpClient

public PoolingConnectionManagerHttpClient(int connectionTimeout)
Method Detail

getConnectionManager

public org.apache.http.conn.ClientConnectionManager getConnectionManager()
Overrides:
getConnectionManager in class SimpleHttpClient
Returns:
null by default


Copyright © 2012-2013 52north.org. All Rights Reserved.