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
MqttConnectMessageSee MQTTV3.1/connectPayload ofMqttConnectMessageReturn Code ofMqttConnAckMessageVariable Header for theMqttConnectMessageDecodes 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.1AMqttIdentifierRejectedExceptionwhich 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 theMqttPublishMessageSee MQTTV3.1/subackPayload of theMqttSubAckMessagePayload of theMqttSubscribeMessageContains a topic name and Qos Level.AMqttUnacceptableProtocolVersionExceptionwhich is thrown when a CONNECT request contains unacceptable protocol version.Payload of theMqttUnsubscribeMessageMqtt version specific constant values used by multiple classes in mqtt-codec.