org.red5.compatibility.flex.messaging.messages
Class Constants

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

public class Constants
extends Object

Constants for the flex compatibility messages.

Author:
The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)

Field Summary
static int DATA_OPERATION_SET
          Set all attributes from a data message.
static int DATA_OPERATION_UPDATE
          Update destination based on nested DataMessage packet.
static int DATA_OPERATION_UPDATE_ATTRIBUTES
          Update given attributes from a data message.
static String HEADER_ENDPOINT
          Header field that holds the name of the endpoint.
static int OPERATION_AUTHENTICATION
          Operation id of authentication commands.
static int OPERATION_PING
          Operation id of ping commands.
static int OPERATION_POLL
          Operation id of poll command.
static int OPERATION_REGISTER
          Operation id of register command.
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION_REGISTER

public static final int OPERATION_REGISTER
Operation id of register command.

See Also:
Constant Field Values

OPERATION_POLL

public static final int OPERATION_POLL
Operation id of poll command.

See Also:
Constant Field Values

OPERATION_PING

public static final int OPERATION_PING
Operation id of ping commands.

See Also:
Constant Field Values

OPERATION_AUTHENTICATION

public static final int OPERATION_AUTHENTICATION
Operation id of authentication commands.

See Also:
Constant Field Values

HEADER_ENDPOINT

public static final String HEADER_ENDPOINT
Header field that holds the name of the endpoint.

See Also:
Constant Field Values

DATA_OPERATION_SET

public static final int DATA_OPERATION_SET
Set all attributes from a data message.

See Also:
Constant Field Values

DATA_OPERATION_UPDATE_ATTRIBUTES

public static final int DATA_OPERATION_UPDATE_ATTRIBUTES
Update given attributes from a data message.

See Also:
Constant Field Values

DATA_OPERATION_UPDATE

public static final int DATA_OPERATION_UPDATE
Update destination based on nested DataMessage packet.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2006-2009 The Red5 Project