netty5/codec-mqtt/src
Norman Maurer 269677820d Cleanup of codec-mqtt
Motivation:

codec-mqtt had some typos and was not restrict enough in terms of making things final and private constructors.

Modifications:

- Fix typos
- Make most pojos final
- Remove redundant else blocks.

Result:

Cleaner and more restrict code.
2016-03-24 11:02:24 +01:00
..
main/java/io/netty/handler/codec/mqtt Cleanup of codec-mqtt 2016-03-24 11:02:24 +01:00
test/java/io/netty/handler/codec/mqtt Validate MQTT CONNECT reserved flag in variable header 2016-03-16 20:23:31 +01:00