public class IdleConnectionHandler
extends java.lang.Object
This class is not synchronized.
ClientConnectionManager.closeIdleConnections(long)
Constructor and Description |
---|
IdleConnectionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
add(HttpConnection connection,
long validDuration)
Registers the given connection with this handler.
|
void |
closeExpiredConnections() |
void |
closeIdleConnections(long idleTime)
Closes connections that have been idle for at least the given amount of time.
|
boolean |
remove(HttpConnection connection)
Removes the given connection from the list of connections to be closed when idle.
|
void |
removeAll()
Removes all connections referenced by this handler.
|
public void add(HttpConnection connection, long validDuration)
remove(org.apache.http.HttpConnection)
or closeIdleConnections(long)
is called.connection
- the connection to addremove(org.apache.http.HttpConnection)
public boolean remove(HttpConnection connection)
connection
- public void removeAll()
public void closeIdleConnections(long idleTime)
idleTime
- the minimum idle time, in milliseconds, for connections to be closedpublic void closeExpiredConnections()