Interface RawHandshakeDataRequestResponse


public interface RawHandshakeDataRequestResponse
Represents a callback for the response of a request payload.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Sets the response of the request payload as failed with the given ChannelException.
    void
    Sets the response of the request payload as success with the given response payload.
  • Method Details Link icon

    • fail Link icon

      void fail(ChannelException exception)
      Sets the response of the request payload as failed with the given ChannelException.

      If this response fails, then will other side of the connection end up with a NoResponseException.

      Parameters:
      exception - The exception
    • success Link icon

      void success(Consumer<ChannelBuf> response)
      Sets the response of the request payload as success with the given response payload.
      Parameters:
      response - The response payload