Home / cs-notes / Architecture / Components / Netty / Java / SelectionKeyImpl / constructor
SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) {
channel = ch;
selector = sel;
}
Home / cs-notes / Architecture / Components / Netty / Java / SelectionKeyImpl / constructor
SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) {
channel = ch;
selector = sel;
}