Class CommandMessage

All Implemented Interfaces:
Serializable, Message
Direct Known Subclasses:
AuthenticationMessage, CommandMessageExt

public class CommandMessage extends AsyncMessage
Command message as sent by the mx:RemoteObject tag.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de), Paul Gregoire (mondain@gmail.com)
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • OPERATION_FLAG

      protected static byte OPERATION_FLAG
    • messageRefType

      public String messageRefType
    • operation

      public int operation
      Command id to execute.
    • log

      static org.slf4j.Logger log
  • Constructor Details

    • CommandMessage

      public CommandMessage()
  • Method Details