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

Packages that use IdentifiableMqttMessage
net.sf.xenqtt.message   
 

Uses of IdentifiableMqttMessage in net.sf.xenqtt.message
 

Subclasses of IdentifiableMqttMessage in net.sf.xenqtt.message
 class PubAckMessage
          A PUBACK message is the response to a PUBLISH message with QoS level 1.
 class PubCompMessage
          This message is either the response from the server to a PUBREL message from a publisher, or the response from a subscriber to a PUBREL message from the server.
 class PubMessage
          A PUBLISH message is sent by a client to a server for distribution to interested subscribers.
 class PubRecMessage
          A PUBREC message is the response to a PUBLISH message with QoS level 2.
 class PubRelMessage
          A PUBREL message is the response either from a publisher to a PUBREC message from the server, or from the server to a PUBREC message from a subscriber.
 class SubAckMessage
          A SUBACK message is sent by the server to the client to confirm receipt of a SUBSCRIBE message.
 class SubscribeMessage
          The SUBSCRIBE message allows a client to register an interest in one or more topic names with the server.
 class UnsubAckMessage
          The UNSUBACK message is sent by the server to the client to confirm receipt of an UNSUBSCRIBE message.
 class UnsubscribeMessage
          An UNSUBSCRIBE message is sent by the client to the server to unsubscribe from named topics.
 



Copyright © 2013. All Rights Reserved.