|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.io.amf.AMF
public class AMF
These are the core AMF data types supported by Red5. For detailed specification please see the link below.
Field Summary | |
---|---|
static Charset |
CHARSET
UTF-8 is used |
static int |
LONG_STRING_LENGTH
Max string lenght constant |
static byte |
TYPE_AMF3_OBJECT
Object marker constant (for AMF3) |
static byte |
TYPE_ARRAY
Array marker constant |
static byte |
TYPE_BOOLEAN
Boolean value marker constant |
static byte |
TYPE_CLASS_OBJECT
Class marker constant |
static byte |
TYPE_DATE
Date marker constant |
static byte |
TYPE_END_OF_OBJECT
End of object marker constant |
static byte |
TYPE_LONG_STRING
Long string marker constant |
static byte |
TYPE_MIXED_ARRAY
Mixed array marker constant |
static byte |
TYPE_MOVIECLIP
MovieClip marker constant |
static byte |
TYPE_NULL
Null marker constant |
static byte |
TYPE_NUMBER
Number marker constant |
static byte |
TYPE_OBJECT
Object marker constant |
static byte |
TYPE_RECORDSET
Recordset marker constant |
static byte |
TYPE_REFERENCE
Object reference marker constant |
static byte |
TYPE_STRING
String marker constant |
static byte |
TYPE_UNDEFINED
Undefined marker constant |
static byte |
TYPE_UNSUPPORTED
Unsupported type marker constant |
static byte |
TYPE_XML
XML marker constant |
static byte |
VALUE_FALSE
false marker constant |
static byte |
VALUE_TRUE
true marker constant |
Constructor Summary | |
---|---|
AMF()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Charset CHARSET
public static final int LONG_STRING_LENGTH
public static final byte TYPE_NUMBER
public static final byte TYPE_BOOLEAN
public static final byte TYPE_STRING
public static final byte TYPE_OBJECT
public static final byte TYPE_MOVIECLIP
public static final byte TYPE_NULL
public static final byte TYPE_UNDEFINED
public static final byte TYPE_REFERENCE
public static final byte TYPE_MIXED_ARRAY
public static final byte TYPE_END_OF_OBJECT
public static final byte TYPE_ARRAY
public static final byte TYPE_DATE
public static final byte TYPE_LONG_STRING
public static final byte TYPE_UNSUPPORTED
public static final byte TYPE_RECORDSET
public static final byte TYPE_XML
public static final byte TYPE_CLASS_OBJECT
public static final byte TYPE_AMF3_OBJECT
public static final byte VALUE_TRUE
public static final byte VALUE_FALSE
Constructor Detail |
---|
public AMF()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |