netty5/codec/src
Norman Maurer 4f78bae2eb DatagramPacketEncoder|Decoder should take into account if wrapped handler is sharable
Motivation:

DatagramPacketEncoder|Decoder should respect if the wrapped handler is sharable or not and depending on that be sharable or not.

Modifications:

- Delegate isSharable() to wrapped handler
- Add test-cases

Result:

Correct behavior
2017-02-23 20:22:34 +01:00
..
main/java/io/netty/handler/codec DatagramPacketEncoder|Decoder should take into account if wrapped handler is sharable 2017-02-23 20:22:34 +01:00
test DatagramPacketEncoder|Decoder should take into account if wrapped handler is sharable 2017-02-23 20:22:34 +01:00