Package org.eclipse.paho.client.mqttv3.internal.wire
See: Description
-
Class Summary Class Description MqttReceivedMessage MqttPersistableWireMessage MqttPubComp An on-the-wire representation of an MQTT PUBCOMP message. MqttConnect An on-the-wire representation of an MQTT CONNECT message. MqttPubAck An on-the-wire representation of an MQTT PUBACK message. MqttPingReq An on-the-wire representation of an MQTT PINGREQ message. MqttPublish An on-the-wire representation of an MQTT SEND message. MultiByteInteger Represents a Multi-Byte Integer (MBI), as defined by the MQTT V3 specification. CountingInputStream An input stream that counts the bytes read from it. MqttUnsubAck An on-the-wire representation of an MQTT UNSUBACK. MqttSuback An on-the-wire representation of an MQTT SUBACK. MqttPubRec An on-the-wire representation of an MQTT PUBREC message. MqttInputStream An MqttInputStreamlets applications read instances ofMqttWireMessage.MqttAck Abstract super-class of all acknowledgement messages. MqttConnack An on-the-wire representation of an MQTT CONNACK. MqttWireMessage An on-the-wire representation of an MQTT message. MqttPingResp An on-the-wire representation of an MQTT PINGRESP. MqttOutputStream An MqttOutputStreamlets applications write instances ofMqttWireMessage.MqttUnsubscribe An on-the-wire representation of an MQTT UNSUBSCRIBE message. MqttPubRel An on-the-wire representation of an MQTT PUBREL message. MqttDisconnect An on-the-wire representation of an MQTT DISCONNECT message. UserProperty MultiByteArrayInputStream MqttSubscribe An on-the-wire representation of an MQTT SUBSCRIBE message.