public class ConnectionPool extends Object
Constructor | Description |
---|---|
ConnectionPool() |
Modifier and Type | Method | 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 © 2018. All rights reserved.