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

Method isValid

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

Source from the content-addressed store, hash-verified

66 }
67
68 public boolean isValid() {
69 return channel.isOpen() && selector.isOpen();
70 }
71
72 public SelectableChannel channel() {
73 return channel;

Callers

nothing calls this directly

Calls 1

isOpenMethod · 0.65

Tested by

no test coverage detected