Skip to the content.

Home / cs-notes / Architecture / Components / Netty / Java / SelectionKeyImpl / constructor

    SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) {
        channel = ch;
        selector = sel;
    }