Interface NHttpResponseTrigger

    • Method Detail

      • submitResponse

        void submitResponse​(HttpResponse response)
        Deprecated.
        Submits a response to be sent back to the client as a result of processing of the request.
      • handleException

        void handleException​(HttpException ex)
        Deprecated.
        Reports a protocol exception thrown while processing the request.
      • handleException

        void handleException​(java.io.IOException ex)
        Deprecated.
        Report an IOException thrown while processing the request.