|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
ObjectEnum<Message.decode_status>
dk.i1.diameter.Message.decode_status
public static enum Message.decode_status
The decode status from Message.decode(byte[])
| Enum Constant Summary | |
|---|---|
decoded
A complete Diameter message was successfully decoded |
|
garbage
The buffer cannot possibly contain a Diameter message |
|
not_enough
The buffer appears so far to contain a valid message byte there is not enough bytes for it |
|
| Method Summary | |
|---|---|
static Message.decode_status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Message.decode_status[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Message.decode_status decoded
public static final Message.decode_status not_enough
public static final Message.decode_status garbage
| Method Detail |
|---|
public static final Message.decode_status[] values()
for(Message.decode_status c : Message.decode_status.values())
System.out.println(c);
public static Message.decode_status valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||