Netty-Netty源码
在 io.netty.example 包下,有很多Netty源码案例,可以用来分析
Netty 启动过程源码剖析
Netty 调用doBind方法, 追踪到 NioServerSocketChannel的doBind
并且要Debug 程序到 NioEventLoop类 的run代码 ,无限循环,在服务器端运行。
在 io.netty.example 包下,有很多Netty源码案例,可以用来分析
Netty 调用doBind方法, 追踪到 NioServerSocketChannel的doBind
并且要Debug 程序到 NioEventLoop类 的run代码 ,无限循环,在服务器端运行。