Class DefaultConnectionKeepAliveStrategy

java.lang.Object
org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
All Implemented Interfaces:
ConnectionKeepAliveStrategy

public class DefaultConnectionKeepAliveStrategy
extends Object
implements ConnectionKeepAliveStrategy
Default implementation of a strategy deciding duration that a connection can remain idle. The default implementation looks solely at the 'Keep-Alive' header's timeout token.
Since:
4.0
Version:
$Revision: $
Author:
Sam Berlin