Package | Description |
---|---|
com.xjeffrose.xio.mux |
Modifier and Type | Method and Description |
---|---|
static Message.Op |
Message.Op.fromByte(byte ordinal) |
static Message.Op |
Message.Op.fromBytes(byte[] opBytes) |
static Message.Op |
Message.Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Op[] |
Message.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Message |
Message.buildResponse(UUID id,
Message.Op op) |
Constructor and Description |
---|
Message(UUID id,
Message.Op op) |
Copyright © 2016. All Rights Reserved.