摘要netty在服务端端口绑定和新连接建立的过程中会建立相应的channel,而与channel的动作密切相关的是pipeline这
原创
2023-03-21 10:43:12
78阅读
将Handler封装为包装对象 newCtx = newContext(group, filterName(name, handler), handler); 这里比较难理解的就是这个,我们进入到newContext方法里面: private AbstractChannelHandlerContex ...
转载
2021-07-21 15:19:00
83阅读
2评论