public interface  org.apache.http.conn.ConnectionKeepAliveStrategy extends java.lang.Object
{
public abstract long getKeepAliveDuration(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext);
}