Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Channel / AbstractNioChannel / isOpen

    @Override
    public boolean isOpen() {
        return ch.isOpen();
    }