Interface Reply


  • public interface Reply
    An outgoing reply from the server.
    Since:
    1.0
    • Method Detail

      • getCode

        int getCode()
        Returns the code.
        Returns:
        the code
        Since:
        1.0
      • getMessage

        java.lang.String getMessage()
        Returns the message.
        Returns:
        the message
        Since:
        1.0