public interface  org.apache.hc.client.http.async.AsyncExecChainHandler extends java.lang.Object
{
public abstract void execute(org.apache.hc.core.http.HttpRequest, org.apache.hc.core.http.nio.AsyncEntityProducer, org.apache.hc.client.http.async.AsyncExecChain$Scope, org.apache.hc.client.http.async.AsyncExecChain, org.apache.hc.client.http.async.AsyncExecCallback) throws org.apache.hc.core.http.HttpException, java.io.IOException;
}