|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageType | |
---|---|
net.sf.xenqtt.message |
Uses of MessageType in net.sf.xenqtt.message |
---|
Methods in net.sf.xenqtt.message that return MessageType | |
---|---|
MessageType |
MqttMessage.getMessageType()
The type of message |
static MessageType |
MessageType.lookup(int value)
|
static MessageType |
MessageType.valueOf(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 are declared. |
Constructors in net.sf.xenqtt.message with parameters of type MessageType | |
---|---|
IdentifiableMqttMessage(MessageType messageType,
boolean duplicate,
QoS qos,
boolean retain,
int remainingLength)
|
|
IdentifiableMqttMessage(MessageType messageType,
int remainingLength)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |