Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DAbstractPollSelectorImpl.java48 protected SelectionKeyImpl[] channelArray;
68 public void putEventOps(SelectionKeyImpl sk, int ops) { in putEventOps()
90 SelectionKeyImpl ski = channelArray[i]; in implClose()
120 SelectionKeyImpl sk = channelArray[i]; in updateSelectedKeys()
138 protected void implRegister(SelectionKeyImpl ski) { in implRegister()
147 SelectionKeyImpl temp[] = new SelectionKeyImpl[newSize]; in implRegister()
163 protected void implDereg(SelectionKeyImpl ski) throws IOException { in implDereg()
172 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.java36 public class SelectionKeyImpl class
49 SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) { in SelectionKeyImpl() method in SelectionKeyImpl
DServerSocketChannelImpl.java317 SelectionKeyImpl sk) { in translateReadyOps()
343 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
347 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
376 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DPollSelectorImpl.java62 channelArray = new SelectionKeyImpl[INIT_CAP]; in PollSelectorImpl()
DSocketChannelImpl.java944 SelectionKeyImpl sk) { in translateReadyOps()
986 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
990 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
1019 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
DDatagramChannelImpl.java1107 SelectionKeyImpl sk) { in translateReadyOps()
1137 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk) { in translateAndUpdateReadyOps()
1141 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk) { in translateAndSetReadyOps()
1170 public void translateAndSetInterestOps(int ops, SelectionKeyImpl sk) { in translateAndSetInterestOps()
/libcore/
Dopenjdk_java_files.mk1507 ojluni/src/main/java/sun/nio/ch/SelectionKeyImpl.java \