<p>I am not an Expert but I think this refers to the typical socket methods like bind and connect. Have a look at the Java API documentation? </p>
<p>--<br>
Marc-André Laverdiere<br>
Sent from a mobile device. Please excuse the brevity </p>
<div class="gmail_quote">On 20-Aug-2011 1:34 PM, "na9136" <<a href="mailto:na9136@gmail.com">na9136@gmail.com</a>> wrote:<br type="attribution">> Hello,<br>> <br>> I just started using the Netty as the NIO framework in one of the projects<br>
> I'm currently working on. I went through the documentation and got started.<br>> But I have some confusions on Channel states and its related events. <br>> <br>> When extending the SimpleChannelHandler there are some callback methods<br>
> (channelConnected(), channelBound(), channelClosed(), channelDisconnected(),<br>> channelOpen(), channelUnbound()) which will be fired on the events such as<br>> connected, bound, opened, disconnected, closed events. Could someone please<br>
> explain me these events/states? Which of them are applicable to TCP/IP<br>> server? What's the real difference between them, (i.e. difference between<br>> open and bond, close and disconnected)<br>> <br>
> Thanks a lot. :)<br>> <br>> --<br>> View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Help-on-Channel-states-of-TCP-IP-server-tp6704156p6704156.html">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Help-on-Channel-states-of-TCP-IP-server-tp6704156p6704156.html</a><br>
> Sent from the Netty User Group mailing list archive at Nabble.com.<br>> _______________________________________________<br>> netty-users mailing list<br>> <a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
> <a href="https://lists.jboss.org/mailman/listinfo/netty-users">https://lists.jboss.org/mailman/listinfo/netty-users</a><br></div>