netty5/codec-mqtt/src
Norman Maurer 4a18bcaa59 [#5062] Mark MqttEncoder @Sharable
Motivation:

Commit 2696778 changed MqttEncoder to be a singelton but missed to add @Sharable annotation. This broke the encoder as it can not be added to multiple pipelines.

Modifications:

Add @Sharable annotation

Result:

MqttEncoder can be used in multiple pipelines again.
2016-04-01 14:48:43 +02:00
..
main/java/io/netty/handler/codec/mqtt [#5062] Mark MqttEncoder @Sharable 2016-04-01 14:48:43 +02:00
test/java/io/netty/handler/codec/mqtt Validate MQTT CONNECT reserved flag in variable header 2016-03-16 20:23:31 +01:00