public interface  org.apache.hc.core.http.ConnectionReuseStrategy extends java.lang.Object
{
public abstract boolean keepAlive(org.apache.hc.core.http.HttpRequest, org.apache.hc.core.http.HttpResponse, org.apache.hc.core.http.protocol.HttpContext);
}