Java NIO (Netty): Exceptionhandling in Downstream Hanlders/Chain

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-05-26T03:20:59Z Indexed on 2010/05/28 5:11 UTC
Read the original article Hit count: 271

Filed under:
|

Hello Experts,

could someone please explain to me, how in netty "Downstream Exceptions" are handeled? According to the javadoc there are no Downstream exceptions:

http://docs.jboss.org/netty/3.1/api/org/jboss/netty/channel/ExceptionEvent.html

Given the case that in one of my downstream handlers an exception occures OR in the I/0 Thread itself, where can these errors be catched and handeled?

thank you very much tom

© Stack Overflow or respective owner

Related posts about nio

Related posts about netty