|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.httpclient.MultiThreadedHttpConnectionManager
com.atlassian.crowd.integration.rest.service.util.ShutdownIgnoringMultiThreadedHttpConnectionManager
public class ShutdownIgnoringMultiThreadedHttpConnectionManager
This class behaves exactly like MultiThreadedHttpConnectionManager,
with the exception of ignoring all shutdown() calls.
It can be used in cases when another component that must be supported makes calls to
MultiThreadedHttpConnectionManager.shutdownAll().
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager |
|---|
DEFAULT_MAX_HOST_CONNECTIONS, DEFAULT_MAX_TOTAL_CONNECTIONS |
| Constructor Summary | |
|---|---|
ShutdownIgnoringMultiThreadedHttpConnectionManager()
|
|
| Method Summary | |
|---|---|
void |
reallyShutdown()
Shuts down the connection manager. |
void |
shutdown()
Logs the call and returns without shutting down. |
| Methods inherited from class org.apache.commons.httpclient.MultiThreadedHttpConnectionManager |
|---|
closeIdleConnections, deleteClosedConnections, getConnection, getConnection, getConnectionsInPool, getConnectionsInPool, getConnectionsInUse, getConnectionsInUse, getConnectionWithTimeout, getMaxConnectionsPerHost, getMaxTotalConnections, getParams, isConnectionStaleCheckingEnabled, releaseConnection, setConnectionStaleCheckingEnabled, setMaxConnectionsPerHost, setMaxTotalConnections, setParams, shutdownAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShutdownIgnoringMultiThreadedHttpConnectionManager()
| Method Detail |
|---|
public void shutdown()
shutdown in class org.apache.commons.httpclient.MultiThreadedHttpConnectionManagerpublic void reallyShutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||