Class Constants
java.lang.Object
org.red5.compatibility.flex.messaging.messages.Constants
Constants for the flex compatibility messages.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Operation id of ping commands.static final int
static final int
static final int
Set all attributes from a data message.static final int
Update destination based on nested DataMessage packet.static final int
Update given attributes from a data message.static final int
Operation id of authentication commands.static final int
static final int
static final int
Operation id of poll command.static final int
Operation id of subscribe command.static final int
static final int
static final int
Operation id of unsubscribe command. -
Constructor Summary
-
Method Summary
-
Field Details
-
SUBSCRIBE_OPERATION
public static final int SUBSCRIBE_OPERATIONOperation id of subscribe command.- See Also:
-
UNSUBSCRIBE_OPERATION
public static final int UNSUBSCRIBE_OPERATIONOperation id of unsubscribe command.- See Also:
-
POLL_OPERATION
public static final int POLL_OPERATIONOperation id of poll command.- See Also:
-
DATA_OPERATION_UPDATE_ATTRIBUTES
public static final int DATA_OPERATION_UPDATE_ATTRIBUTESUpdate 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_OPERATIONOperation id of ping commands.- See Also:
-
DATA_OPERATION_UPDATE
public static final int DATA_OPERATION_UPDATEUpdate 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_OPERATIONOperation 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_SETSet 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()
-