netty5/transport/src
Norman Maurer 31e0ac1d22 Expose the SelectorProvider used by the NioEventLoop
Motivation:

If a user writes an own nio based transport which uses a special SelectorProvider it is useful to be able to get the SelectorProvider that is used by a NioEventLoop. This way this can be used when implement AbstractChannel.isCompatible(...) and check that the SelectorProvider is the correct one.

Modifications:

Expose the SelectorProvider.

Result:

Be able to get the SelectorProvider used by a NioEventLoop.
2016-06-21 14:05:44 +02:00
..
main/java/io/netty Expose the SelectorProvider used by the NioEventLoop 2016-06-21 14:05:44 +02:00
test/java/io/netty AbstractBootstrap can crash instead of failing promise, close #5387 2016-06-13 18:59:09 +02:00