Interface NHttpResponseTrigger

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      void handleException​(java.io.IOException ex)
      Deprecated.
      Report an IOException thrown while processing the request.
      void handleException​(org.apache.http.HttpException ex)
      Deprecated.
      Reports a protocol exception thrown while processing the request.
      void submitResponse​(org.apache.http.HttpResponse response)
      Deprecated.
      Submits a response to be sent back to the client as a result of processing of the request.
    • Method Detail

      • submitResponse

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

        void handleException​(org.apache.http.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.