MCPcopy Create free account
hub / github.com/catabriga/graphwar / quitGlobal

Method quitGlobal

src/RoomServer/GlobalClient.java:246–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244 }
245
246 private void quitGlobal()
247 {
248 String message = NetworkProtocol.QUIT+"";
249
250 this.connection.sendMessage(message);
251 }
252
253 public boolean isRunning()
254 {

Callers 1

stopMethod · 0.95

Calls 1

sendMessageMethod · 0.45

Tested by

no test coverage detected