public class InstrumentedClientConnManager
extends org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
ClientConnectionManager which monitors the number of open connections.| Constructor and Description |
|---|
InstrumentedClientConnManager() |
InstrumentedClientConnManager(org.apache.http.conn.scheme.SchemeRegistry registry) |
InstrumentedClientConnManager(org.apache.http.conn.scheme.SchemeRegistry registry,
long connTTL,
TimeUnit connTTLTimeUnit) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.impl.conn.tsccm.ConnPoolByRoute |
createConnectionPool(long connTTL,
TimeUnit connTTLTimeUnit) |
closeExpiredConnections, closeIdleConnections, createConnectionOperator, createConnectionPool, finalize, getConnectionsInPool, getConnectionsInPool, getDefaultMaxPerRoute, getMaxForRoute, getMaxTotal, getSchemeRegistry, releaseConnection, requestConnection, setDefaultMaxPerRoute, setMaxForRoute, setMaxTotal, shutdownpublic InstrumentedClientConnManager(org.apache.http.conn.scheme.SchemeRegistry registry)
public InstrumentedClientConnManager()
public InstrumentedClientConnManager(org.apache.http.conn.scheme.SchemeRegistry registry,
long connTTL,
TimeUnit connTTLTimeUnit)
protected org.apache.http.impl.conn.tsccm.ConnPoolByRoute createConnectionPool(long connTTL,
TimeUnit connTTLTimeUnit)
createConnectionPool in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManagerCopyright © 2012. All Rights Reserved.