netty5/codec
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
..
src DatagramPacketEncoder|Decoder should take into account if wrapped handler is sharable 2017-02-23 20:22:34 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00