netty5/codec-mqtt/src
luffyke 7e823e3842
Replace MQTT deprecated API usage
Motivation:

Mqtt procotol defines packetId instead of messageId, replace deprecated method to match protocol definition

Modification:

Replace messageId() to packetId() in MqttEncoder

Result:

Match mqtt protocol definition and improve readability.
2020-03-30 21:23:23 +02:00
..
main/java/io/netty/handler/codec/mqtt Replace MQTT deprecated API usage 2020-03-30 21:23:23 +02:00
test/java/io/netty/handler/codec/mqtt Add constants for fixed-header only MQTT messages (#9749) 2019-11-08 10:17:01 +01:00