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