Class DataMessage

All Implemented Interfaces:
Serializable, Message

public class DataMessage extends AsyncMessage
Message containing data update requests.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • identity

      public Object identity
    • operation

      public int operation
  • Constructor Details

    • DataMessage

      public DataMessage()
  • Method Details

    • addParameters

      protected void addParameters(StringBuilder result)
      Add message properties to string.
      Overrides:
      addParameters in class AsyncMessage
      Parameters:
      result - StringBuilder to add properties to