Interface ClientListenerMessageParser

    • Method Detail

      • decodeCommandType

        int decodeCommandType​(ClientMessage msg)
        Decode command type. Allows to recognize the command (message type) without decoding the entire message.
        Parameters:
        msg - Message.
        Returns:
        Command type.
      • decodeRequestId

        long decodeRequestId​(ClientMessage msg)
        Decode request Id. Allows to recognize the request Id, if any, without decoding the entire message.
        Parameters:
        msg - Message.
        Returns:
        Request Id.