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

/libcore/luni/src/main/java/java/nio/channels/
H A DSelectionKey.java25 * connections ({@code OP_ACCEPT}), connecting with a socket ({@code OP_CONNECT}),
44 public static final int OP_CONNECT = 8; field in class:SelectionKey
154 * executing {@code (readyOps() & OP_CONNECT) == OP_CONNECT}.
162 return (readyOps() & OP_CONNECT) == OP_CONNECT;

Completed in 102 milliseconds