【netty学习笔记】BootServerstrap源码分析
文章目录1.BootServerstrap.bind()2.initAndRegister()3.init(Channel channel)register(Channel channel)
1.BootServerstrap.bind()
netty在服务端这一侧的启动入口 是通过ServerBootstrap这个类的bind方法。
所以我们想了解ServerBootstrap做了什么就需要通过...
原创
2020-01-16 15:22:57 ·
232 阅读 ·
0 评论