程序包xin.alum.aio.coder的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
      • io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
        • io.netty.handler.codec.ByteToMessageDecoder
        • io.netty.handler.codec.MessageToMessageDecoder<I>
          • io.netty.handler.codec.protobuf.ProtobufDecoder
          • io.netty.handler.codec.string.StringDecoder
      • io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
        • io.netty.handler.codec.MessageToMessageEncoder<I>