<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, &quot;na9136&quot; &lt;<a href="mailto:na9136@gmail.com">na9136@gmail.com</a>&gt; wrote:<br type="attribution">&gt; Hello,<br>&gt; <br>&gt; I just started using the Netty as the NIO framework in one of the projects<br>
&gt; I&#39;m currently working on. I went through the documentation and got started.<br>&gt; But I have some confusions on Channel states and its related events. <br>&gt; <br>&gt; When extending the SimpleChannelHandler there are some callback methods<br>
&gt; (channelConnected(), channelBound(), channelClosed(), channelDisconnected(),<br>&gt; channelOpen(), channelUnbound()) which will be fired on the events such as<br>&gt; connected, bound, opened, disconnected, closed events. Could someone please<br>
&gt; explain me these events/states? Which of them are applicable to TCP/IP<br>&gt; server? What&#39;s the real difference between them, (i.e. difference between<br>&gt; open and bond, close and disconnected)<br>&gt; <br>
&gt; Thanks a lot. :)<br>&gt; <br>&gt; --<br>&gt; 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>
&gt; Sent from the Netty User Group mailing list archive at Nabble.com.<br>&gt; _______________________________________________<br>&gt; netty-users mailing list<br>&gt; <a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/netty-users">https://lists.jboss.org/mailman/listinfo/netty-users</a><br></div>