Uses of Class
net.sf.xenqtt.message.MessageType

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)
           
 



Copyright © 2013. All Rights Reserved.