public class ShutdownIgnoringMultiThreadedHttpConnectionManager
extends org.apache.http.impl.conn.PoolingHttpClientConnectionManager
PoolingHttpClientConnectionManager,
with the exception of ignoring all shutdown() calls.
It can be used in cases when another component that must be supported makes calls to
HttpClientConnectionManager.shutdown().| Constructor and Description |
|---|
ShutdownIgnoringMultiThreadedHttpConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
void |
reallyShutdown()
Shuts down the connection manager.
|
void |
shutdown()
Logs the call and returns without shutting down.
|
close, closeExpiredConnections, closeIdleConnections, connect, getConnectionConfig, getDefaultConnectionConfig, getDefaultMaxPerRoute, getDefaultSocketConfig, getMaxPerRoute, getMaxTotal, getSocketConfig, getStats, getTotalStats, leaseConnection, releaseConnection, requestConnection, routeComplete, setConnectionConfig, setDefaultConnectionConfig, setDefaultMaxPerRoute, setDefaultSocketConfig, setMaxPerRoute, setMaxTotal, setSocketConfig, upgradepublic ShutdownIgnoringMultiThreadedHttpConnectionManager()
public void shutdown()
shutdown in interface org.apache.http.conn.HttpClientConnectionManagershutdown in class org.apache.http.impl.conn.PoolingHttpClientConnectionManagerpublic void reallyShutdown()
Copyright © 2016 Atlassian. All Rights Reserved.