Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Java / SelectorImpl / ensureOpen

    private void ensureOpen() {
        if (!isOpen())
            throw new ClosedSelectorException();
    }