public interface  org.apache.hc.core.http.io.HttpServerRequestHandler$ResponseTrigger extends java.lang.Object
{
public abstract void sendInformation(org.apache.hc.core.http.ClassicHttpResponse) throws org.apache.hc.core.http.HttpException, java.io.IOException;
public abstract void submitResponse(org.apache.hc.core.http.ClassicHttpResponse) throws org.apache.hc.core.http.HttpException, java.io.IOException;
}