| Class | Description |
|---|---|
| CountingInputStream |
An input stream that counts the bytes read from it.
|
| MqttAck |
Abstract super-class of all acknowledgement messages.
|
| MqttConnack |
An on-the-wire representation of an MQTT CONNACK.
|
| MqttConnect |
An on-the-wire representation of an MQTT CONNECT message.
|
| MqttDisconnect |
An on-the-wire representation of an MQTT DISCONNECT message.
|
| MqttInputStream |
An
MqttInputStream lets applications read instances of
MqttWireMessage. |
| MqttOutputStream |
An
MqttOutputStream lets applications write instances of
MqttWireMessage. |
| MqttPersistableWireMessage | |
| MqttPingReq |
An on-the-wire representation of an MQTT PINGREQ message.
|
| MqttPingResp |
An on-the-wire representation of an MQTT PINGRESP.
|
| MqttPubAck |
An on-the-wire representation of an MQTT PUBACK message.
|
| MqttPubComp |
An on-the-wire representation of an MQTT PUBCOMP message.
|
| MqttPublish |
An on-the-wire representation of an MQTT SEND message.
|
| MqttPubRec |
An on-the-wire representation of an MQTT PUBREC message.
|
| MqttPubRel |
An on-the-wire representation of an MQTT PUBREL message.
|
| MqttReceivedMessage | |
| MqttSuback |
An on-the-wire representation of an MQTT SUBACK.
|
| MqttSubscribe |
An on-the-wire representation of an MQTT SUBSCRIBE message.
|
| MqttUnsubAck |
An on-the-wire representation of an MQTT UNSUBACK.
|
| MqttUnsubscribe |
An on-the-wire representation of an MQTT UNSUBSCRIBE message.
|
| MqttWireMessage |
An on-the-wire representation of an MQTT message.
|
| MultiByteArrayInputStream | |
| MultiByteInteger |
Represents a Multi-Byte Integer (MBI), as defined by the MQTT V3
specification.
|
Copyright © 2018 Eclipse Paho. All Rights Reserved.