netty5/transport/src
Norman Maurer b97a36a10f Add test to verify that its possible to add another ChannelInitializer in the initChannel(...) method.
Motivation:

I received a report the its not possible to add another ChannelInitialiter in the initChannel(...) method, so we should add a test case for it.

Modifications:

Added testcase.

Result:

Validate that all works as expected.
2016-07-27 09:25:13 +02:00
..
main/java/io/netty [#5566] Ensure using a ChannelInitializer via ServerBootstrap.handler(...) produce correct ordering. 2016-07-27 08:34:31 +02:00
test/java/io/netty Add test to verify that its possible to add another ChannelInitializer in the initChannel(...) method. 2016-07-27 09:25:13 +02:00