netty
2020-07-09 10:26:27 0 举报
在 Netty 中每个 Channel 都有且仅有一个 ChannelPipeline 与之
作者其他创作
大纲/内容
发消息出栈 先添加的后执行 tail 到head
server 服务端
pipeline 服务端
tail
client 客户端
StringEncoder编码2
StringEncoder编码 2
接受消息后返回消息
channel
ChannelInboundHandlerAdapter2
接受消息发消息入站执行顺序是从head 到tail 先添加的先执行 队列?
其他out1
1其他out
StringDecoder 解码1
ChannelInboundHandlerAdapter 2
head
StringDecoder 解码 1
pipeline 客户端
0 条评论
下一页