Package com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt
package com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt
-
ClassDescriptionSee MQTTV3.1/connackVariable header of
MqttConnectMessage
See MQTTV3.1/connectPayload ofMqttConnectMessage
Return Code ofMqttConnAckMessage
Variable Header for theMqttConnectMessage
Decodes Mqtt messages from bytes, following the MQTT protocol specification v3.1Encodes Mqtt messages into bytes following the protocol specification v3.1 as described here MQTTV3.1AMqttIdentifierRejectedException
which is thrown when a CONNECT request contains invalid client identifier.Base class for all MQTT message types.Utility class with factory methods to create different types of MQTT messages.Variable Header containing only Message Id See MQTTV3.1/msg-idMQTT Message Types.See MQTTV3.1/pubackSee MQTTV3.1/publishVariable Header of theMqttPublishMessage
See MQTTV3.1/subackPayload of theMqttSubAckMessage
Payload of theMqttSubscribeMessage
Contains a topic name and Qos Level.AMqttUnacceptableProtocolVersionException
which is thrown when a CONNECT request contains unacceptable protocol version.Payload of theMqttUnsubscribeMessage
Mqtt version specific constant values used by multiple classes in mqtt-codec.