netty5/transport-native-epoll/src
Norman Maurer b461c9d54c Allow to specify a custom EventExecutorChooserFactory. Related to [#1230]
Motivation:

Sometimes it may be benefitially for an user to specify a custom algorithm when choose the next EventExecutor/EventLoop.

Modifications:

Allow to specify a custom EventExecutorChooseFactory that allows to customize algorithm.

Result:

More flexible api.
2016-06-06 11:04:56 +02:00
..
main Allow to specify a custom EventExecutorChooserFactory. Related to [#1230] 2016-06-06 11:04:56 +02:00
test/java/io/netty/channel DuplexChannel to support shutdownInput 2016-05-18 09:11:49 +02:00