|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageType | |
---|---|
net.sf.beep4j.internal |
Uses of MessageType in net.sf.beep4j.internal |
---|
Fields in net.sf.beep4j.internal declared as MessageType | |
---|---|
protected MessageType |
DataHeader.type
The message type of the frame. |
Methods in net.sf.beep4j.internal that return MessageType | |
---|---|
MessageType |
DataHeader.getType()
|
MessageType |
Frame.getType()
|
static MessageType |
MessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in net.sf.beep4j.internal with parameters of type MessageType | |
---|---|
protected void |
MessageAssembler.receive(MessageType type,
int channelNumber,
int messageNumber,
Message message)
|
Constructors in net.sf.beep4j.internal with parameters of type MessageType | |
---|---|
DataHeader(MessageType type,
int channel,
int messageNumber,
boolean intermediate,
long sequenceNumber,
int size)
Creates a new DataHeader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |