Searched defs:SelectionKey (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
H A DSelectionKey.java20 * A {@code SelectionKey} represents the relationship between a channel and a
34 public abstract class SelectionKey { class
59 * Constructs a new {@code SelectionKey}.
61 protected SelectionKey() { method in class:SelectionKey
113 * Gets this key's {@link SelectionKey interest set}. The returned set has
123 * Sets the {@link SelectionKey interest set} for this key.
135 public abstract SelectionKey interestOps(int operations);

Completed in 39 milliseconds