Skip to the content.

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

        @Override
        public void write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise) {
            unsafe.write(msg, promise);
        }