Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DAbstractPollSelectorImpl.java50 protected SelectionKeyImpl[] channelArray;
70 public void putEventOps(SelectionKeyImpl sk, int ops) { in putEventOps()
92 SelectionKeyImpl ski = channelArray[i]; in implClose()
122 SelectionKeyImpl sk = channelArray[i]; in updateSelectedKeys()
140 protected void implRegister(SelectionKeyImpl ski) { in implRegister()
149 SelectionKeyImpl temp[] = new SelectionKeyImpl[newSize]; in implRegister()
165 protected void implDereg(SelectionKeyImpl ski) throws IOException { in implDereg()
174 SelectionKeyImpl endChannel = channelArray[totalChannels-1]; in implDereg()
DSelectorImpl.java121 public void putEventOps(SelectionKeyImpl sk, int ops) { } in putEventOps()
129 SelectionKeyImpl k = new SelectionKeyImpl((SelChImpl)ch, this); in register()
138 protected abstract void implRegister(SelectionKeyImpl ski); in implRegister()
147 SelectionKeyImpl ski = (SelectionKeyImpl)i.next(); in processDeregisterQueue()
160 protected abstract void implDereg(SelectionKeyImpl ski) throws IOException; in implDereg()
DSelChImpl.java53 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk); in translateAndUpdateReadyOps()
63 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk); in translateAndSetReadyOps()
65 void translateAndSetInterestOps(int ops, SelectionKeyImpl sk); in translateAndSetInterestOps()
DSinkChannelImpl.java116 SelectionKeyImpl sk) { in translateReadyOps()
138 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
142 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
146 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DSourceChannelImpl.java117 SelectionKeyImpl sk) { in translateReadyOps()
139 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
143 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
147 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DSelectionKeyImpl.java37 public class SelectionKeyImpl class
50 SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) { in SelectionKeyImpl() method in SelectionKeyImpl
DServerSocketChannelImpl.java316 SelectionKeyImpl sk) { in translateReadyOps()
342 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
346 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
375 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DPollSelectorImpl.java63 channelArray = new SelectionKeyImpl[INIT_CAP]; in PollSelectorImpl()
DSocketChannelImpl.java953 SelectionKeyImpl sk) { in translateReadyOps()
995 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
999 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
1028 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DDatagramChannelImpl.java1110 SelectionKeyImpl sk) { in translateReadyOps()
1140 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
1144 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
1173 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DSelectorImpl.java72 public void putEventOps(sun.nio.ch.SelectionKeyImpl sk, int ops) { in putEventOps()
83 protected abstract void implRegister(sun.nio.ch.SelectionKeyImpl ski); in implRegister()
89 protected abstract void implDereg(sun.nio.ch.SelectionKeyImpl ski) throws java.io.IOException; in implDereg()
/libcore/
Dopenjdk_java_files.bp1570 "ojluni/src/main/java/sun/nio/ch/SelectionKeyImpl.java",