Hi Christian,<br>Thank you for your reply, i figured it out.<br>IdleStateEvents is the feature i need. I will try to implement that.<br><br>regards,<br>Reza Ginting<br><br><div class="gmail_quote">On Mon, Jul 27, 2009 at 12:19 PM, Christian Migowski <span dir="ltr">&lt;<a href="mailto:chrismfwrd@gmail.com">chrismfwrd@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Reza,<br>
<br>
you maybe already figured it out by yourself:<br>
<br>
The connectTimeout only applies to connect, ie. after which time the<br>
Future returned from a connect(...) call will indicate that the<br>
attempt was not successful (if the connection could not be<br>
established).<br>
If you want to have IdleStateEvents, you need to have an<br>
org.jboss.netty.handler.timeout.IdleStateHandler in your pipeline<br>
(This is different to Mina, where this idleness detection was part of<br>
the default active functionality).<br>
<br>
regards,<br>
christian!<br>
<div><div></div><div class="h5"><br>
</div></div></blockquote></div><br>