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

/libcore/ojluni/src/main/java/java/nio/channels/
H A DSelectionKey.java110 public abstract class SelectionKey { class
115 protected SelectionKey() { } method in class:SelectionKey
199 public abstract SelectionKey interestOps(int ops);
368 private static final AtomicReferenceFieldUpdater<SelectionKey,Object>
370 SelectionKey.class, Object.class, "attachment"

Completed in 62 milliseconds