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

/libcore/ojluni/src/main/java/java/nio/channels/
H A DSelectionKey.java260 * <tt>OP_ACCEPT</tt> at the start of a <a
264 * <tt>OP_ACCEPT</tt> to the key's ready set and add the key to its
267 public static final int OP_ACCEPT = 1 << 4; field in class:SelectionKey
347 * k.readyOps()&nbsp;&amp;&nbsp;OP_ACCEPT&nbsp;!=&nbsp;0</pre></blockquote>
353 * <tt>readyOps()</tt>&nbsp;<tt>&</tt>&nbsp;<tt>OP_ACCEPT</tt>
360 return (readyOps() & OP_ACCEPT) != 0;

Completed in 93 milliseconds