当前位置:   article > 正文

IdleStateHandler源码分析_new idlestatehandler( allidletime

new idlestatehandler( allidletime

**

IdleStateHandler构造器

**

readerIdleTime读空闲超时时间设定,如果channelRead()方法超过readerIdleTime时间未被调用则会触发超时事件调用userEventTrigger()方法;

writerIdleTime写空闲超时时间设定,如果write()方法超过writerIdleTime时间未被调用则会触发超时事件调用userEventTrigger()方法;

allIdleTime所有类型的空闲超时时间设定,包括读空闲和写空闲;

unit时间单位,包括时分秒等;

//设置通道心跳机制
//设置读取器空闲时间秒、写入器空闲时间秒、读写器空闲时间秒
pipeline.addLast(new IdleStateHandler("",
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/242234
推荐阅读
相关标签
  

闽ICP备14008679号