public interface  org.apache.hc.core.http.nio.AsyncServerExchangeHandler extends java.lang.Object implements org.apache.hc.core.http.nio.AsyncDataExchangeHandler
{
public abstract void handleRequest(org.apache.hc.core.http.HttpRequest, org.apache.hc.core.http.EntityDetails, org.apache.hc.core.http.nio.ResponseChannel, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException, java.io.IOException;
}