当前位置:  开发笔记 > 编程语言 > 正文

netty配置中child.connectTimeoutMillis的含义是什么?

如何解决《netty配置中child.connectTimeoutMillis的含义是什么?》经验,为你挑选了1个好方法。

这在netty中做了什么?

bootstrap.setOption("child.connectTimeoutMillis", x);

biasedbit.. 6

对于ClientBootstrap和ServerBootstrap,"child.connectionTimeoutMillis"都不会做任何事情.

它是一个客户端选项,因此它应该仅用作ClientBootstrap实例上的"connectionTimeoutMillis"(没有"child."部分).

我需要什么选项才能让所有客户永远坚持下去(没有时间)?

对ServerBootstrap使用"child.keepAlive",对ClientBootstrap使用"keepAlive".



1> biasedbit..:

对于ClientBootstrap和ServerBootstrap,"child.connectionTimeoutMillis"都不会做任何事情.

它是一个客户端选项,因此它应该仅用作ClientBootstrap实例上的"connectionTimeoutMillis"(没有"child."部分).

我需要什么选项才能让所有客户永远坚持下去(没有时间)?

对ServerBootstrap使用"child.keepAlive",对ClientBootstrap使用"keepAlive".

推荐阅读
mylvfamily
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有