public class ConnectionPool extends Object
Constructor and Description |
---|
ConnectionPool() |
Modifier and Type | Method and Description |
---|---|
void |
closeIdleConnections() |
ExtendedHttpConnection |
getPooledConnection() |
void |
releaseConnection(org.apache.commons.httpclient.HttpConnection conn) |
void |
setIdleTime(long time) |
void |
shutdown() |
public void setIdleTime(long time)
public ExtendedHttpConnection getPooledConnection()
public void releaseConnection(org.apache.commons.httpclient.HttpConnection conn)
public void closeIdleConnections()
public void shutdown()
Copyright © 2016. All rights reserved.