OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selectionKey
(Results
1 - 3
of
3
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectionKeyTest.java
24
import java.nio.channels.
SelectionKey
;
30
* Tests for
SelectionKey
and its default implementation
38
SelectionKey
selectionKey
;
47
selectionKey
= sc.register(selector,
SelectionKey
.OP_CONNECT);
51
selectionKey
.cancel();
52
selectionKey
= null;
58
static class MockSelectionKey extends
SelectionKey
{
77
public
SelectionKey
interestOps(int operations)
[
all
...]
/libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java
36
import java.nio.channels.
SelectionKey
;
70
SelectionKey
selectionKey
= sc.register(selector,
SelectionKey
.OP_CONNECT);
/prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar
Completed in 65 milliseconds