-
public class MqttPingReq extends MqttWireMessage
An on-the-wire representation of an MQTT PINGREQ message.
-
-
Constructor Summary
Constructors Constructor Description MqttPingReq()MqttPingReq(byte info, Array<byte> variableHeader)
-
Method Summary
Modifier and Type Method Description booleanisMessageIdRequired()Returns falseas message IDs are not required for MQTT PINGREQ messages.StringgetKey()Returns a key associated with the message. -
Methods inherited from class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
createWireMessage, createWireMessage, getHeader, getMessageId, getPayload, getToken, getType, isRetryable, packetName, setDuplicate, setMessageId, setToken, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MqttPingReq
MqttPingReq()
-
MqttPingReq
MqttPingReq(byte info, Array<byte> variableHeader)
-
-
Method Detail
-
isMessageIdRequired
boolean isMessageIdRequired()
Returns
falseas message IDs are not required for MQTT PINGREQ messages.
-
-
-
-