Package 

Class MqttUnsubscribe

    • Method Summary

      Modifier and Type Method Description
      Array<String> getNames()
      int getCount()
      String toString()
      Array<byte> getPayload() Sub-classes should override this method to supply the payload bytes.
      boolean isRetryable()
      • Methods inherited from class org.eclipse.paho.client.mqttv3.internal.wire.MqttWireMessage

        createWireMessage, createWireMessage, getHeader, getKey, getMessageId, getToken, getType, isMessageIdRequired, packetName, setDuplicate, setMessageId, setToken
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MqttUnsubscribe

        MqttUnsubscribe(Array<String> names)
        Constructs an MqttUnsubscribe
      • MqttUnsubscribe

        MqttUnsubscribe(byte info, Array<byte> data)
        Constructor for an on the wire MQTT un-subscribe message