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

/dalvik/libcore/nio/src/main/java/java/nio/channels/
H A DSelectionKey.java22 * A {@code SelectionKey} represents the relationship between a channel and a
36 public abstract class SelectionKey { class
61 * Constructs a new {@code SelectionKey}.
63 protected SelectionKey() { method in class:SelectionKey
116 * Gets this key's {@link SelectionKey interest set}. The returned set has
126 * Sets the {@link SelectionKey interest set} for this key.
138 public abstract SelectionKey interestOps(int operations);

Completed in 70 milliseconds