MCPcopy Create free account
hub / github.com/ReadyTalk/avian / interestOps

Method interestOps

classpath/java/nio/channels/SelectionKey.java:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 public int interestOps() {
36 return interestOps;
37 }
38
39 public SelectionKey interestOps(int v) {
40 this.interestOps = v;

Callers 1

doSelectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected