Home
last modified time | relevance | path

Searched refs:SelChImpl (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DSelectionKeyImpl.java41 final SelChImpl channel; // package-private
50 SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) { in SelectionKeyImpl()
DSelectorImpl.java127 if (!(ch instanceof SelChImpl)) in register()
129 SelectionKeyImpl k = new SelectionKeyImpl((SelChImpl)ch, this); in register()
DSelChImpl.java39 public interface SelChImpl extends Channel { interface
DAbstractPollSelectorImpl.java98 ((SelChImpl)selch).kill(); in implClose()
194 ((SelChImpl)selch).kill(); in implDereg()
DPollArrayWrapper.java74 void addEntry(SelChImpl sc) { in addEntry()
DSinkChannelImpl.java36 implements SelChImpl
DSourceChannelImpl.java37 implements SelChImpl
DFileChannelImpl.java512 } else if (target instanceof SelChImpl) { in transferToDirectly()
523 targetFD = ((SelChImpl)target).getFD(); in transferToDirectly()
555 boolean isSelChImpl = (target instanceof SelChImpl); in transferToTrustedChannel()
DServerSocketChannelImpl.java43 implements SelChImpl
DSocketChannelImpl.java67 implements SelChImpl
DDatagramChannelImpl.java49 implements SelChImpl
/libcore/
Dopenjdk_java_files.bp1575 "ojluni/src/main/java/sun/nio/ch/SelChImpl.java",