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

Method disconnect

src/GraphServer/ClientConnection.java:127–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 }
126
127 public void disconnect()
128 {
129 running = false;
130
131 try
132 {
133 connection.close();
134 }
135 catch (IOException e)
136 {
137 e.printStackTrace();
138 }
139 }
140
141 public void sendMessage(String message)
142 {

Callers 5

finalizeMethod · 0.95
addClientMethod · 0.95
runMethod · 0.95
runMethod · 0.95
handleMessageMethod · 0.45

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected