Class RawMessageData

    • Method Detail

      • getMessageSource

        public RawMessageData.MessageSource getMessageSource()
        Get the source of the message.
        Returns:
        the source of the message.
      • getMessage

        public byte[] getMessage()
        Get the whole message, which is transmitted between client and server.
        Returns:
        the message as byte array.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object