Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Netty 4.0 中,ChannelInboundByteHandler 和 ChannelInboundMessageHandler 或 ChannelOutboundByteHandler 和 ChannelOutboundMessageHandler 有什么区别?
那么 Channel*ByteHandler 对字节“流”进行操作,而 Channel*MessageHandler 对消息进行操作。
另请阅读 [1]。
[1] http://netty.io/4.0/guide/