public class SoapUIMultiThreadedHttpConnectionManager
extends org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
| Modifier and Type | Class and Description |
|---|---|
static class |
SoapUIMultiThreadedHttpConnectionManager.IdleConnectionMonitorThread |
| Constructor and Description |
|---|
SoapUIMultiThreadedHttpConnectionManager(org.apache.http.conn.scheme.SchemeRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.conn.ClientConnectionOperator |
createConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry schreg)
Hook for creating the connection operator.
|
void |
releaseConnection(org.apache.http.conn.ManagedClientConnection conn,
long validDuration,
TimeUnit timeUnit) |
org.apache.http.conn.ClientConnectionRequest |
requestConnection(org.apache.http.conn.routing.HttpRoute route,
Object state) |
void |
shutdown() |
closeExpiredConnections, closeIdleConnections, createConnectionPool, createConnectionPool, finalize, getConnectionsInPool, getConnectionsInPool, getDefaultMaxPerRoute, getMaxForRoute, getMaxTotal, getSchemeRegistry, setDefaultMaxPerRoute, setMaxForRoute, setMaxTotalpublic SoapUIMultiThreadedHttpConnectionManager(org.apache.http.conn.scheme.SchemeRegistry registry)
protected org.apache.http.conn.ClientConnectionOperator createConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry schreg)
DefaultClientConnectionOperator.createConnectionOperator in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManagerschreg - the scheme registry.public org.apache.http.conn.ClientConnectionRequest requestConnection(org.apache.http.conn.routing.HttpRoute route,
Object state)
requestConnection in interface org.apache.http.conn.ClientConnectionManagerrequestConnection in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManagerpublic void releaseConnection(org.apache.http.conn.ManagedClientConnection conn,
long validDuration,
TimeUnit timeUnit)
releaseConnection in interface org.apache.http.conn.ClientConnectionManagerreleaseConnection in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManagerpublic void shutdown()
shutdown in interface org.apache.http.conn.ClientConnectionManagershutdown in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManagerCopyright © 2019. All Rights Reserved.