首页 > 技术文章 > (netty宝贵知识)

wth21-1314 2018-02-27 20:00 原文

例子:https://segmentfault.com/a/1190000013122610?utm_source=tag-newest#articleHeader0

netty官方文档http://netty.io/4.1/api/index.html

 

netty的某些属性意思,比如心跳检测属性,线程池中放置的已经完成过3次握手的线程数https://blog.csdn.net/zhousenshan/article/details/72859923

 netty通道与socket的理解:其实一个chanel对应一个socket对象,socket对象称为该channel的对等体。https://www.cnblogs.com/mjorcen/p/4199289.html

推荐阅读