Hi<br><br><div class="gmail_quote">On Sun, May 17, 2009 at 1:23 PM, Frederic Bregier <span dir="ltr"><<a href="mailto:fredbregier@free.fr">fredbregier@free.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi Hez,<br>
<br>
I think it is almost there already.<br>
In Bootstrap API doc, you have a link to ClientBootstrap and ServerBootstrap<br>
API docs where those options are shown by example. As "child.x" is only<br>
valid for ServerBootstrap, it is only in the ServerBootstrap doc.<br>
Also, more options are shown according to the underlying network support<br>
(again a link is provided) into ChannelConfig API doc (and then its<br>
subinterfaces DatagramChannelConfig, NioSocketChannelConfig,<br>
ServerSocketChannelConfig, SocketChannelConfig, XnioChannelConfig).</blockquote><div><br></div><div>Uh-huh, now I see it and thanks for your pointers :-)</div><div>I didn't aware that "child.x" is only valid for ServerBootstrap :-(</div>
<div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
<br>
Maybe you have something more in mind that could be useful for other users<br>
like you did?<br>
So please give your suggestion, I'm sure Trustin will do the update of the<br>
javadoc.<br></blockquote></div><div><br></div><div>Yes, Trustin has been doing a great job in Netty documentation.</div><div>He has been paying attention to the mailing list and update the documentation accordingly.</div>
<div><br></div><div>I especially like reading chapter 1.7 of the Netty User Guide, that gives us the background of the fragmentation in stream-based transport. I find it useful to describe the generic network programming problems first, before introducing how Netty resolves the problems.</div>
<div><br></div><div>I'm looking forward to read the chapter of how Netty resolve the UDP programming problems :-)</div><div><br></div><div><br></div>-- <br><br>Hez<br>