粗暴蜜粉

文章
4
资源
0
加入时间
2年10月17天

netty 4.x源码分析

服务端需要经过socket、bind、accept、read、write等步骤,客户端需要经过socket、connect、read、write等步骤,后续此系列文章会对每一个步骤如何发生进行分析。 netty4源码分析-线程的创建netty4源码分析-socketnetty4源码分析-bind Netty4源码分析-NioEventLoop实现的线程运行逻辑netty4源码分