net.sf.xenqtt.message
Class PubRelMessage
java.lang.Object
net.sf.xenqtt.message.MqttMessage
net.sf.xenqtt.message.IdentifiableMqttMessage
net.sf.xenqtt.message.PubRelMessage
public final class PubRelMessage
- extends IdentifiableMqttMessage
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. It is
the third message in the QoS 2 protocol flow.
Methods inherited from class net.sf.xenqtt.message.MqttMessage |
byteBufferToHex, bytesToHex, equals, getMessageType, getQoS, getQoSLevel, getRemainingLength, hashCode, isAck, isAckable, isDuplicate, isRetain, setDuplicateFlag, toString |
PubRelMessage
public PubRelMessage(ByteBuffer buffer)
- Used to construct a received message.
PubRelMessage
public PubRelMessage(int messageId)
- Used to construct a message for sending
Copyright © 2013. All Rights Reserved.