netty5/example/src/main
Paul Lysak be2cd68443
MQTT5 support for netty-codec-mqtt (#10483)
Motivation:

 MQTT Specification version 5 was released over a year ago,
 netty-codec-mqtt should be changed to support it.

Modifications:

  Added more message and header types in `io.netty.handler.codec.mqtt`
  package in `netty-coded-mqtt` subproject,
  changed `MqttEncoder` and `MqttDecoder` to handle them properly,
  added attribute `NETTY_CODEC_MQTT_VERSION` to track protocol version

Result:

  `netty-codec-mqtt` supports both MQTT5 and MQTT3 now.
2020-08-31 09:16:40 +02:00
..
java/io/netty/example MQTT5 support for netty-codec-mqtt (#10483) 2020-08-31 09:16:40 +02:00
resources Stomp over WebSocket Chat example (#10152) 2020-04-08 12:04:48 +02:00