public interface  org.apache.hc.client.http.classic.ExecChainHandler extends java.lang.Object
{
public abstract org.apache.hc.core.http.ClassicHttpResponse execute(org.apache.hc.core.http.ClassicHttpRequest, org.apache.hc.client.http.classic.ExecChain$Scope, org.apache.hc.client.http.classic.ExecChain) throws java.io.IOException, org.apache.hc.core.http.HttpException;
}