Searched refs:SelChImpl (Results 1 – 12 of 12) sorted by relevance
41 final SelChImpl channel; // package-private50 SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) { in SelectionKeyImpl()
127 if (!(ch instanceof SelChImpl)) in register()129 SelectionKeyImpl k = new SelectionKeyImpl((SelChImpl)ch, this); in register()
39 public interface SelChImpl extends Channel { interface
98 ((SelChImpl)selch).kill(); in implClose()194 ((SelChImpl)selch).kill(); in implDereg()
74 void addEntry(SelChImpl sc) { in addEntry()
36 implements SelChImpl
37 implements SelChImpl
512 } else if (target instanceof SelChImpl) { in transferToDirectly()523 targetFD = ((SelChImpl)target).getFD(); in transferToDirectly()555 boolean isSelChImpl = (target instanceof SelChImpl); in transferToTrustedChannel()
43 implements SelChImpl
67 implements SelChImpl
49 implements SelChImpl
1575 "ojluni/src/main/java/sun/nio/ch/SelChImpl.java",