net.sf.xenqtt.message
Class PingRespMessage
java.lang.Object
net.sf.xenqtt.message.MqttMessage
net.sf.xenqtt.message.PingRespMessage
public final class PingRespMessage
- extends MqttMessage
A PINGRESP message is the response sent by a server to a PINGREQ message and means "yes I am alive".
Methods inherited from class net.sf.xenqtt.message.MqttMessage |
byteBufferToHex, bytesToHex, equals, getMessageType, getQoS, getQoSLevel, getRemainingLength, isAck, isAckable, isDuplicate, isRetain, setDuplicateFlag, toString |
PingRespMessage
public PingRespMessage(ByteBuffer buffer)
- Used to construct a received message.
PingRespMessage
public PingRespMessage()
- Used to construct a message for sending
Copyright © 2013. All Rights Reserved.