netty5/codec-mqtt/src/main/java/io/netty/handler/codec/mqtt
Duke Bartholomew f54bf7aeb0
Allow to use int while build MqttMessageIdVariableHeader (#10930)
Motivation:

Exception occurs in the MQTT message builder class (`io.netty.handler.codec.mqtt.MqttMessageBuilders`) when trying to create a message with packetId > 32767

Modification:

-add method that takes int
- deprecate old methods that take short. 

Result:


Fixes #10929 .
2021-01-21 14:40:45 +01:00
..
MqttCodecUtil.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttConnAckMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttConnAckVariableHeader.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttConnectMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttConnectPayload.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttConnectReturnCode.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttConnectVariableHeader.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttDecoder.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttEncoder.java MQTT: foolproof SUBSCRIBE QoS encoding (#10874) 2020-12-18 10:40:15 +01:00
MqttFixedHeader.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttIdentifierRejectedException.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttMessageBuilders.java Allow to use int while build MqttMessageIdVariableHeader (#10930) 2021-01-21 14:40:45 +01:00
MqttMessageFactory.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttMessageIdAndPropertiesVariableHeader.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttMessageIdVariableHeader.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttMessageType.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttProperties.java MQTT5: support multiple Subscription ID properties (#10734) 2020-10-30 11:17:46 +01:00
MqttPubAckMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttPublishMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttPublishVariableHeader.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttPubReplyMessageVariableHeader.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttQoS.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttReasonCodeAndPropertiesVariableHeader.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttSubAckMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttSubAckPayload.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttSubscribeMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttSubscribePayload.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttSubscriptionOption.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttTopicSubscription.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttUnacceptableProtocolVersionException.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttUnsubAckMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttUnsubAckPayload.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttUnsubscribeMessage.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttUnsubscribePayload.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
MqttVersion.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00
package-info.java Enable nohttp check during the build (#10708) 2020-10-23 14:44:18 +02:00