|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageEnum | |
|---|---|
| org.otfeed.protocol | Contains the implementation classes. |
| org.otfeed.protocol.request | Contains the implementation classes. |
| Uses of MessageEnum in org.otfeed.protocol |
|---|
| Fields in org.otfeed.protocol with type parameters of type MessageEnum | |
|---|---|
static java.util.Map<java.lang.Integer,MessageEnum> |
MessageEnum.decoder
|
| Methods in org.otfeed.protocol that return MessageEnum | |
|---|---|
static MessageEnum |
MessageEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageEnum[] |
MessageEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of MessageEnum in org.otfeed.protocol.request |
|---|
| Methods in org.otfeed.protocol.request that return MessageEnum | |
|---|---|
MessageEnum |
Header.getMessage()
|
static MessageEnum |
Util.readMessageEnum(java.nio.ByteBuffer in)
|
| Methods in org.otfeed.protocol.request with parameters of type MessageEnum | |
|---|---|
void |
Header.setMessage(MessageEnum val)
|
| Constructors in org.otfeed.protocol.request with parameters of type MessageEnum | |
|---|---|
Header(MessageEnum m,
StatusEnum s,
CommandEnum c,
int r)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||