netty5/codec-mqtt/src
luffyke 82e5ca7e7f 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:24:01 +02:00
..
main/java/io/netty/handler/codec/mqtt Replace MQTT deprecated API usage 2020-03-30 21:24:01 +02:00
test/java/io/netty/handler/codec/mqtt Remove the intermediate List from ByteToMessageDecoder (and sub-class… (#8626) 2019-12-16 21:00:32 +01:00