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

Method close

src/GraphServer/Connection.java:63–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public void close() throws IOException
64 {
65 out.close();
66 in.close();
67
68 socket.close();
69 }
70
71 public String getIpAddress()
72 {

Callers 9

tryConnectionMethod · 0.95
finalizeMethod · 0.80
startGameMethod · 0.80
disconnectMethod · 0.80
disconnectMethod · 0.80
disconnectMethod · 0.80
disconnectMethod · 0.80
restartServerMethod · 0.80
disconnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected