Suggest Javadoc Bootstrap.setOption()
hezjing
hezjing at gmail.com
Sun May 17 04:15:59 EDT 2009
Hi
On Sun, May 17, 2009 at 1:23 PM, Frederic Bregier <fredbregier at free.fr>wrote:
>
> Hi Hez,
>
> I think it is almost there already.
> In Bootstrap API doc, you have a link to ClientBootstrap and
> ServerBootstrap
> API docs where those options are shown by example. As "child.x" is only
> valid for ServerBootstrap, it is only in the ServerBootstrap doc.
> Also, more options are shown according to the underlying network support
> (again a link is provided) into ChannelConfig API doc (and then its
> subinterfaces DatagramChannelConfig, NioSocketChannelConfig,
> ServerSocketChannelConfig, SocketChannelConfig, XnioChannelConfig).
Uh-huh, now I see it and thanks for your pointers :-)
I didn't aware that "child.x" is only valid for ServerBootstrap :-(
>
>
> Maybe you have something more in mind that could be useful for other users
> like you did?
> So please give your suggestion, I'm sure Trustin will do the update of the
> javadoc.
>
Yes, Trustin has been doing a great job in Netty documentation.
He has been paying attention to the mailing list and update the
documentation accordingly.
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.
I'm looking forward to read the chapter of how Netty resolve the UDP
programming problems :-)
--
Hez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20090517/d956a39e/attachment.html
More information about the netty-users
mailing list