Suggest Javadoc Bootstrap.setOption()
hezjing
hezjing at gmail.com
Sat May 16 12:23:16 EDT 2009
Hi
I was reading the Netty 3.1 User Guide, and it describes that we can prefix
a "child." when setting option, so that the option is applied to the
accepted Channels instead of the of the ServerSocketChanneloptions.
For example:
bootstrap.setOption("child.tcpNoDelay", true);
bootstrap.setOption("child.keepAlive", true);
I think we shall also describe this in the Javadoc?
--
Hez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20090517/4792f6e0/attachment.html
More information about the netty-users
mailing list