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

Method close

classpath/java/nio/channels/SocketSelector.java:113–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 public synchronized void close() {
114 synchronized (lock) {
115 if (isOpen()) {
116 natClose(state);
117 state = 0;
118 }
119 }
120 }
121
122 private static native long natInit();
123 private static native void natWakeup(long state);

Callers

nothing calls this directly

Calls 2

isOpenMethod · 0.95
natCloseMethod · 0.95

Tested by

no test coverage detected