public enum MessageType extends Enum<MessageType>
| Enum Constant and Description |
|---|
ABORT_MESSAGE |
ACKNOWLEDGEMENT |
AGGREGATE |
AUDIO |
DATA_AMF0 |
DATA_AMF3 |
INVOKE_AMF0 |
INVOKE_AMF3 |
SET_CHUNK_SIZE |
SET_PEER_BANDWIDTH |
SHARED_OBJ_AMF0 |
SHARED_OBJ_AMF3 |
USER_CONTROL_MESSAGE |
VIDEO |
WINDOW_ACKNOWLEDGEMENT_SIZE |
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
getById(int id) |
static MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageType SET_CHUNK_SIZE
public static final MessageType ABORT_MESSAGE
public static final MessageType ACKNOWLEDGEMENT
public static final MessageType USER_CONTROL_MESSAGE
public static final MessageType WINDOW_ACKNOWLEDGEMENT_SIZE
public static final MessageType SET_PEER_BANDWIDTH
public static final MessageType AUDIO
public static final MessageType VIDEO
public static final MessageType DATA_AMF3
public static final MessageType SHARED_OBJ_AMF3
public static final MessageType INVOKE_AMF3
public static final MessageType DATA_AMF0
public static final MessageType SHARED_OBJ_AMF0
public static final MessageType INVOKE_AMF0
public static final MessageType AGGREGATE
public static MessageType[] values()
for (MessageType c : MessageType.values()) System.out.println(c);
public static MessageType 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 static final MessageType getById(int id)
Copyright © 2014. All rights reserved.