netty5/transport/src/main/java
Norman Maurer b2bb72b2de [#5171] Ensure NioDatagramChannelConfig can be instanced on android
Motivation:

NioDatagramChannelConfig currently uses NetworkChannel in its static { } block and so fails to init on android which not has this class.

Modifications:

Use reflection to load the NetworkChannel.class

Result:

Be able to use NIO Datagram on android as well.
2016-05-06 08:04:36 +02:00
..
io/netty [#5171] Ensure NioDatagramChannelConfig can be instanced on android 2016-05-06 08:04:36 +02:00