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, setMaxTotal
public 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.ThreadSafeClientConnManager
schreg
- 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.ClientConnectionManager
requestConnection
in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
public void releaseConnection(org.apache.http.conn.ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
releaseConnection
in interface org.apache.http.conn.ClientConnectionManager
releaseConnection
in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
public void shutdown()
shutdown
in interface org.apache.http.conn.ClientConnectionManager
shutdown
in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
Copyright © 2019. All Rights Reserved.