public abstract class MqttAck extends MqttWireMessage
MESSAGE_TYPE_CONNACK, MESSAGE_TYPE_CONNECT, MESSAGE_TYPE_DISCONNECT, MESSAGE_TYPE_PINGREQ, MESSAGE_TYPE_PINGRESP, MESSAGE_TYPE_PUBACK, MESSAGE_TYPE_PUBCOMP, MESSAGE_TYPE_PUBLISH, MESSAGE_TYPE_PUBREC, MESSAGE_TYPE_PUBREL, MESSAGE_TYPE_SUBACK, MESSAGE_TYPE_SUBSCRIBE, MESSAGE_TYPE_UNSUBACK, MESSAGE_TYPE_UNSUBSCRIBE
Constructor and Description |
---|
MqttAck(byte type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
createWireMessage, createWireMessage, getHeader, getKey, getMessageId, getPayload, getType, isMessageIdRequired, isRetryable, setDuplicate, setMessageId
public java.lang.String toString()
toString
in class MqttWireMessage