net.sf.xenqtt.message
Class PubAckMessage
java.lang.Object
net.sf.xenqtt.message.MqttMessage
net.sf.xenqtt.message.IdentifiableMqttMessage
net.sf.xenqtt.message.PubAckMessage
public final class PubAckMessage
- extends IdentifiableMqttMessage
A PUBACK message is the response to a PUBLISH message with QoS level 1. A PUBACK message is sent by a server in response to a PUBLISH message from a
publishing client, and by a subscriber in response to a PUBLISH message from the server.
Methods inherited from class net.sf.xenqtt.message.MqttMessage |
byteBufferToHex, bytesToHex, equals, getMessageType, getQoS, getQoSLevel, getRemainingLength, hashCode, isAck, isAckable, isDuplicate, isRetain, setDuplicateFlag, toString |
PubAckMessage
public PubAckMessage(ByteBuffer buffer)
- Used to construct a received message.
PubAckMessage
public PubAckMessage(int messageId)
- Used to construct a message for sending
Copyright © 2013. All Rights Reserved.