Searched refs:SelectionKeyImpl (Results 1 – 11 of 11) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | AbstractPollSelectorImpl.java | 48 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()
|
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 | 36 public class SelectionKeyImpl class 49 SelectionKeyImpl(SelChImpl ch, SelectorImpl sel) { in SelectionKeyImpl() method in SelectionKeyImpl
|
D | ServerSocketChannelImpl.java | 317 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()
|
D | PollSelectorImpl.java | 62 channelArray = new SelectionKeyImpl[INIT_CAP]; in PollSelectorImpl()
|
D | SocketChannelImpl.java | 944 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()
|
D | DatagramChannelImpl.java | 1107 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/ |
D | openjdk_java_files.mk | 1507 ojluni/src/main/java/sun/nio/ch/SelectionKeyImpl.java \
|