Skip to the content.

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

    @Override
    public Channel read() {
        pipeline.read();
        return this;
    }