紧张衬衫

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

Netty之ChannelInboundHandler的传播机制

1、关于ChannelInboundHandler,我们用channelRead()作例子,来体验一下Inbound事件的传播。我们在服务端的Pipeline添加3个ChannelInboundHandlernetty Serverpackage com.example.demo.http;import io.netty.bootstrap.ServerBootstrap;import io.netty.channel.ChannelFuture;import io.netty.cha