Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Pipeline / DefaultChannelPipeline / HeadContext / channelRead

        @Override
        public void channelRead(ChannelHandlerContext ctx, Object msg) {
            ctx.fireChannelRead(msg);
        }