我一直在使用Apache MINA并且正在学习Netty。我过去使用过MINA累积编码器/解码器,我很想知道Netty是否具有类似的功能。我查看了API并没有看到任何内容。
答案 0 :(得分:1)
我认为您正在寻找FrameDecoder [1]或ReplayingDecoder [2]。
[1] http://netty.io/docs/stable/api/org/jboss/netty/handler/codec/frame/FrameDecoder.html
[2] http://netty.io/docs/stable/api/org/jboss/netty/handler/codec/replay/ReplayingDecoder.html