4638df2062
Motivation: When a ChannelInitializer is used via ServerBootstrap.handler(...) the users handlers may be added after the internal ServerBootstrapAcceptor. This should not happen. Modifications: Delay the adding of the ServerBootstrapAcceptor until the initChannel(....) method returns. Result: Correct order of handlers in the ServerChannels ChannelPipeline.