Searched refs:keyFor (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DTrivial.java37 if (sc.keyFor(sel) != null)
38 throw new Exception("keyFor != null");
41 if (sc.keyFor(sel) != sk)
42 throw new Exception("keyFor returned " + sc.keyFor(sel));
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DSelectableChannel.java149 public abstract SelectionKey keyFor(Selector sel); method in class:SelectableChannel
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DClose.java41 sc.keyFor(sa).cancel();
/openjdk7/jdk/src/share/classes/java/nio/channels/spi/
H A DAbstractSelectableChannel.java158 public final SelectionKey keyFor(Selector sel) { method in class:AbstractSelectableChannel

Completed in 34 milliseconds