Package 

Class MqttPersistableWireMessage

    • Method Summary

      Modifier and Type Method Description
      Array<byte> getHeaderBytes() Returns the header bytes in an array.
      int getHeaderLength() Returns the length of the header.
      int getHeaderOffset() Returns the offset of the header within the byte array returned by getHeaderBytes.
      Array<byte> getPayloadBytes() Returns the payload bytes in an array.
      int getPayloadLength() Returns the length of the payload.
      int getPayloadOffset() Returns the offset of the payload within the byte array returned by getPayloadBytes.
      • 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, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait