-
public class MqttPubAck extends MqttAck
An on-the-wire representation of an MQTT PUBACK message.
-
-
Constructor Summary
Constructors Constructor Description MqttPubAck(byte info, Array<byte> data)MqttPubAck(MqttPublish publish)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.eclipse.paho.client.mqttv3.internal.wire.MqttAck
toString -
Methods inherited from class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage
createWireMessage, createWireMessage, getHeader, getKey, getMessageId, getPayload, getToken, getType, isMessageIdRequired, isRetryable, packetName, setDuplicate, setMessageId, setToken -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MqttPubAck
MqttPubAck(byte info, Array<byte> data)
-
MqttPubAck
MqttPubAck(MqttPublish publish)
-
-
-
-