public interface  org.apache.hc.core.http.io.HttpRequestHandler extends java.lang.Object
{
public abstract void handle(org.apache.hc.core.http.ClassicHttpRequest, org.apache.hc.core.http.ClassicHttpResponse, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException, java.io.IOException;
}