public interface  org.apache.hc.core.http.nio.AsyncServerRequestHandler$ResponseTrigger extends java.lang.Object
{
public abstract void sendInformation(org.apache.hc.core.http.HttpResponse, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void submitResponse(org.apache.hc.core.http.nio.AsyncResponseProducer, org.apache.hc.core.http.protocol.HttpContext) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void pushPromise(org.apache.hc.core.http.HttpRequest, org.apache.hc.core.http.protocol.HttpContext, org.apache.hc.core.http.nio.AsyncPushProducer) throws org.apache.hc.core.http.HttpException, java.io.IOException;
}