Netty 编解码器

解码器

实现了 ChannelInBoundHandler

  • 将字节解码为消息 : ByteToMessageDecoder 和 ReplayingDecoder
  • 将一种消息解码为另一种 : MessageToMessageDecoder

编码器

  • 将消息编码为字节:MessageToByteEncoder
  • 将消息编码为消息
posted @ 2019-11-27 10:53  天蓝隐湘  阅读(107)  评论(0编辑  收藏  举报