org.granite.messaging.amf
Interface AMF3Constants

All Known Implementing Classes:
AMF3Deserializer, AMF3Serializer

public interface AMF3Constants

Author:
Franck WOLFF

Field Summary
static byte AMF3_ARRAY
           
static byte AMF3_BOOLEAN_FALSE
           
static byte AMF3_BOOLEAN_TRUE
           
static byte AMF3_BYTEARRAY
           
static byte AMF3_DATE
           
static byte AMF3_INTEGER
           
static int AMF3_INTEGER_MAX
           
static int AMF3_INTEGER_MIN
           
static byte AMF3_NULL
           
static byte AMF3_NUMBER
           
static byte AMF3_OBJECT
           
static byte AMF3_STRING
           
static byte AMF3_UNDEFINED
           
static byte AMF3_VECTOR_INT
           
static byte AMF3_VECTOR_NUMBER
           
static byte AMF3_VECTOR_OBJECT
           
static byte AMF3_VECTOR_UINT
           
static byte AMF3_XML
           
static byte AMF3_XMLSTRING
           
 

Field Detail

AMF3_UNDEFINED

static final byte AMF3_UNDEFINED
See Also:
Constant Field Values

AMF3_NULL

static final byte AMF3_NULL
See Also:
Constant Field Values

AMF3_BOOLEAN_FALSE

static final byte AMF3_BOOLEAN_FALSE
See Also:
Constant Field Values

AMF3_BOOLEAN_TRUE

static final byte AMF3_BOOLEAN_TRUE
See Also:
Constant Field Values

AMF3_INTEGER

static final byte AMF3_INTEGER
See Also:
Constant Field Values

AMF3_NUMBER

static final byte AMF3_NUMBER
See Also:
Constant Field Values

AMF3_STRING

static final byte AMF3_STRING
See Also:
Constant Field Values

AMF3_XML

static final byte AMF3_XML
See Also:
Constant Field Values

AMF3_DATE

static final byte AMF3_DATE
See Also:
Constant Field Values

AMF3_ARRAY

static final byte AMF3_ARRAY
See Also:
Constant Field Values

AMF3_OBJECT

static final byte AMF3_OBJECT
See Also:
Constant Field Values

AMF3_XMLSTRING

static final byte AMF3_XMLSTRING
See Also:
Constant Field Values

AMF3_BYTEARRAY

static final byte AMF3_BYTEARRAY
See Also:
Constant Field Values

AMF3_VECTOR_INT

static final byte AMF3_VECTOR_INT
See Also:
Constant Field Values

AMF3_VECTOR_UINT

static final byte AMF3_VECTOR_UINT
See Also:
Constant Field Values

AMF3_VECTOR_NUMBER

static final byte AMF3_VECTOR_NUMBER
See Also:
Constant Field Values

AMF3_VECTOR_OBJECT

static final byte AMF3_VECTOR_OBJECT
See Also:
Constant Field Values

AMF3_INTEGER_MAX

static final int AMF3_INTEGER_MAX
See Also:
Constant Field Values

AMF3_INTEGER_MIN

static final int AMF3_INTEGER_MIN
See Also:
Constant Field Values