简体   繁体   中英

Netty Bootstrap options documentation

In Netty there is a class called Bootstrap that can has a method public <T> B option(ChannelOption<T> option, T value) . Bootstrap class is used to configure channels options with provided parameters. The problem is that I am unable to find any documentation of what these parameters are and how do they affect communications between channels.

The channel options are a super-set of the standard Java socket options and some Netty specific ones.

Full list of valid options documented here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM