Interface ExpectationHandler.AckAction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void acknowledge()
      Acknowledges a client that server wants to receive payload.
      void fail()
      Notifies a client that server doesn't want to process HTTP message payload.
    • Method Detail

      • acknowledge

        void acknowledge()
                  throws IOException
        Acknowledges a client that server wants to receive payload.
        Throws:
        IOException
      • fail

        void fail()
           throws IOException
        Notifies a client that server doesn't want to process HTTP message payload.
        Throws:
        IOException