netty5/transport/src
Norman Maurer e102a008b6 [#5893] Ensure we not close NioDatagramChannel when SocketException is received.
Motivation:

When using java.nio.DatagramChannel we should not close the channel when a SocketException was thrown as we can still use the channel.

Modifications:

Not close the Channel when SocketException is thrown

Result:

More robust and correct handling of exceptions when using NioDatagramChannel.
2016-10-10 10:24:28 +02:00
..
main/java/io/netty [#5893] Ensure we not close NioDatagramChannel when SocketException is received. 2016-10-10 10:24:28 +02:00
test/java/io/netty Clean-up unused imports 2016-09-30 09:08:50 +02:00