public final class ConnectionEvictor
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
ConnectionEvictor(org.apache.http.conn.ClientConnectionManager connManager,
int evictionInverval,
int idleTimeout) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
shutdown()
Shutdowns an evictor.
|