java.lang.Object
org.red5.compatibility.flex.messaging.messages.Constants

public class Constants extends Object
Constants for the flex compatibility messages.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
  • Field Details

    • SUBSCRIBE_OPERATION

      public static final int SUBSCRIBE_OPERATION
      Operation id of subscribe command.
      See Also:
    • UNSUBSCRIBE_OPERATION

      public static final int UNSUBSCRIBE_OPERATION
      Operation id of unsubscribe command.
      See Also:
    • POLL_OPERATION

      public static final int POLL_OPERATION
      Operation id of poll command.
      See Also:
    • DATA_OPERATION_UPDATE_ATTRIBUTES

      public static final int DATA_OPERATION_UPDATE_ATTRIBUTES
      Update given attributes from a data message.
      See Also:
    • CLIENT_SYNC_OPERATION

      public static final int CLIENT_SYNC_OPERATION
      See Also:
    • CLIENT_PING_OPERATION

      public static final int CLIENT_PING_OPERATION
      Operation id of ping commands.
      See Also:
    • DATA_OPERATION_UPDATE

      public static final int DATA_OPERATION_UPDATE
      Update destination based on nested DataMessage packet.
      See Also:
    • CLUSTER_REQUEST_OPERATION

      public static final int CLUSTER_REQUEST_OPERATION
      See Also:
    • LOGIN_OPERATION

      public static final int LOGIN_OPERATION
      Operation id of authentication commands.
      See Also:
    • LOGOUT_OPERATION

      public static final int LOGOUT_OPERATION
      See Also:
    • DATA_OPERATION_SET

      public static final int DATA_OPERATION_SET
      Set all attributes from a data message.
      See Also:
    • SUBSCRIPTION_INVALIDATE_OPERATION

      public static final int SUBSCRIPTION_INVALIDATE_OPERATION
      See Also:
    • MULTI_SUBSCRIBE_OPERATION

      public static final int MULTI_SUBSCRIBE_OPERATION
      See Also:
    • UNKNOWN_OPERATION

      public static final int UNKNOWN_OPERATION
      See Also:
  • Constructor Details

    • Constants

      public Constants()