netty5/transport/src
Norman Maurer 8d25aab00e [#3780] Handle ChannelInitializer exception in exceptionCaught()
Motivation:

At the moment we directly closed the Channel when an exception accoured durring initChannel(...) without giving the user any way to do extra or special handling.

Modifications:

Handle the exception in exceptionCaught(...) of the ChannelInitializer which will by default log and close the Channel. This way the user can override this.

Result:

More felixible handling of exceptions.
2015-07-07 09:16:19 +02:00
..
main/java/io/netty [#3780] Handle ChannelInitializer exception in exceptionCaught() 2015-07-07 09:16:19 +02:00
test/java/io/netty [#3780] Handle ChannelInitializer exception in exceptionCaught() 2015-07-07 09:16:19 +02:00