4f78bae2eb
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