MCPcopy Create free account
hub / github.com/Zzzia/NetRobot / stop

Method stop

src/util/netUtil/NetUtil.java:49–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public void stop() {
50 if (executor != null) {
51 executor.shutdownNow();
52 executor = null;
53 }
54 if (scheduled != null) {
55 scheduled.shutdownNow();
56 scheduled = null;
57 }
58 }
59
60 /**
61 * 连接N次

Callers 2

startMethod · 0.80
endMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected