public static enum Amf0Utils.Type extends Enum<Amf0Utils.Type>
| Enum Constant and Description |
|---|
AMF3 |
ARRAY |
BOOLEAN |
DATE |
LONG_STRING |
MOVIE_CLIP |
NULL |
NUMBER |
OBJECT |
OBJECT_END |
RECORDSET |
REFERENCE |
STRICT_ARRAY |
STRING |
TYPED_OBJECT |
UNDEFINED |
UNSUPPORTED |
XML_DOCUMENT |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCode() |
boolean |
skip(org.kaazing.mina.core.buffer.IoBufferEx in) |
static Amf0Utils.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Amf0Utils.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Amf0Utils.Type NUMBER
public static final Amf0Utils.Type BOOLEAN
public static final Amf0Utils.Type STRING
public static final Amf0Utils.Type OBJECT
public static final Amf0Utils.Type MOVIE_CLIP
public static final Amf0Utils.Type NULL
public static final Amf0Utils.Type UNDEFINED
public static final Amf0Utils.Type REFERENCE
public static final Amf0Utils.Type ARRAY
public static final Amf0Utils.Type OBJECT_END
public static final Amf0Utils.Type STRICT_ARRAY
public static final Amf0Utils.Type DATE
public static final Amf0Utils.Type LONG_STRING
public static final Amf0Utils.Type UNSUPPORTED
public static final Amf0Utils.Type RECORDSET
public static final Amf0Utils.Type XML_DOCUMENT
public static final Amf0Utils.Type TYPED_OBJECT
public static final Amf0Utils.Type AMF3
public static Amf0Utils.Type[] values()
for (Amf0Utils.Type c : Amf0Utils.Type.values()) System.out.println(c);
public static Amf0Utils.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic byte getCode()
public boolean skip(org.kaazing.mina.core.buffer.IoBufferEx in)
Copyright © 2014–2015. All rights reserved.