netty5/codec-mqtt/src
Trustin Lee 00d2cea8ba Overall clean-up on codec-mqtt
- Use simple string concatenation instead of String.format()
- Rewrite exception messages so that it follows our style
- Merge MqttCommonUtil and MqttValidationUtil into MqttCodecUtil
- Hide MqttCodecUtil from users
- Rename MqttConnectReturnCode.value to byteValue
- Rename MqttMessageFactory.create*() to new*()
- Rename QoS to MqttQoS
- Make MqttSubAckPayload.grantedQoSLevels immutable and add more useful
  constructor
2014-06-21 16:52:28 +09:00
..
main/java/io/netty/handler/codec/mqtt Overall clean-up on codec-mqtt 2014-06-21 16:52:28 +09:00
test/java/io/netty/handler/codec/mqtt Overall clean-up on codec-mqtt 2014-06-21 16:52:28 +09:00