HomeSort by relevance Sort by last modified time
    Searched defs:selectionKey (Results 1 - 5 of 5) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectionKeyTest.java 24 import java.nio.channels.SelectionKey;
30 * Tests for SelectionKey and its default implementation
38 SelectionKey selectionKey;
47 selectionKey = sc.register(selector, SelectionKey.OP_CONNECT);
51 selectionKey.cancel();
52 selectionKey = null;
58 static class MockSelectionKey extends SelectionKey {
77 public SelectionKey interestOps(int operations)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 38 import java.nio.channels.SelectionKey;
79 SelectionKey selectionKey = sc.register(selector, SelectionKey.OP_CONNECT);
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 

Completed in 145 milliseconds