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/