-
- All Implemented Interfaces:
-
org.eclipse.paho.client.mqttv3.MqttPersistable
public class MqttPubRel extends MqttPersistableWireMessage
An on-the-wire representation of an MQTT PUBREL message.
-
-
Constructor Summary
Constructors Constructor Description MqttPubRel(MqttPubRec pubRec)Createa a pubrel message based on a pubrec MqttPubRel(byte info, Array<byte> data)Creates a pubrel based on a pubrel set of bytes read fro the network
-
Method Summary
-
Methods inherited from class org.eclipse.paho.client.mqttv3.internal.wire.MqttPersistableWireMessage
getHeaderBytes, getHeaderLength, getHeaderOffset, getPayloadBytes, getPayloadLength, getPayloadOffset -
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
-
MqttPubRel
MqttPubRel(MqttPubRec pubRec)
Createa a pubrel message based on a pubrec
-
MqttPubRel
MqttPubRel(byte info, Array<byte> data)
Creates a pubrel based on a pubrel set of bytes read fro the network
-
-
-
-