Searched refs:SelectionKeyImpl (Results 1 – 12 of 12) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | AbstractPollSelectorImpl.java | 50 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()
|
D | SelectorImpl.java | 121 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()
|
D | SelChImpl.java | 53 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()
|
D | SinkChannelImpl.java | 116 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()
|
D | SourceChannelImpl.java | 117 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()
|
D | SelectionKeyImpl.java | 37 public class SelectionKeyImpl class 50 SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) { in SelectionKeyImpl() method in SelectionKeyImpl
|
D | ServerSocketChannelImpl.java | 316 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()
|
D | PollSelectorImpl.java | 63 channelArray = new SelectionKeyImpl[INIT_CAP]; in PollSelectorImpl()
|
D | SocketChannelImpl.java | 953 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()
|
D | DatagramChannelImpl.java | 1110 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/ |
D | SelectorImpl.java | 72 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/ |
D | openjdk_java_files.bp | 1570 "ojluni/src/main/java/sun/nio/ch/SelectionKeyImpl.java",
|