Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Channel / AbstractChannel / write

    @Override
    public ChannelFuture write(Object msg) {
        return pipeline.write(msg);
    }