Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Summary / server / accept


    protected AbstractNioChannel(Channel parent, SelectableChannel ch, int readInterestOp) {
        super(parent);
        this.ch = ch;
        this.readInterestOp = readInterestOp;