java.lang.Object
com.swiftmq.impl.mqtt.v311.netty.handler.codec.mqtt.MqttDecoder

public final class MqttDecoder extends Object
Decodes Mqtt messages from bytes, following the MQTT protocol specification v3.1
  • Constructor Details

    • MqttDecoder

      public MqttDecoder()
    • MqttDecoder

      public MqttDecoder(int maxBytesInMessage)
  • Method Details