Class MqttEncoder
java.lang.Object
com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt.MqttEncoder
Encodes Mqtt messages into bytes following the protocol specification v3.1
as described here MQTTV3.1
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuf
doEncode
(MqttMessage message) protected void
encode
(MqttMessage msg, List<Object> out)
-
Field Details
-
INSTANCE
-
-
Method Details
-
encode
- Throws:
Exception
-
doEncode
-