Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Java / AbstractSelectableChannel / isBlocking

    public final boolean isBlocking() {
        return !nonBlocking;
    }