net.sf.xenqtt.message
Class PubCompMessage
java.lang.Object
net.sf.xenqtt.message.MqttMessage
net.sf.xenqtt.message.IdentifiableMqttMessage
net.sf.xenqtt.message.PubCompMessage
public final class PubCompMessage
- extends IdentifiableMqttMessage
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. It is the fourth and last 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 |
PubCompMessage
public PubCompMessage(ByteBuffer buffer)
- Used to construct a received message.
PubCompMessage
public PubCompMessage(int messageId)
- Used to construct a message for sending
Copyright © 2013. All Rights Reserved.