public interface  org.apache.hc.core.http.nio.AsyncServerRequestHandler extends java.lang.Object
{
public abstract org.apache.hc.core.http.nio.AsyncRequestConsumer prepare(org.apache.hc.core.http.HttpRequest, org.apache.hc.core.http.EntityDetails, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException;
public abstract void handle(java.lang.Object, org.apache.hc.core.http.nio.AsyncServerRequestHandler$ResponseTrigger, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException, java.io.IOException;
}