Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tryConnection
Method · 0.95
finalize
Method · 0.80
startGame
Method · 0.80
disconnect
Method · 0.80
disconnect
Method · 0.80
disconnect
Method · 0.80
disconnect
Method · 0.80
restartServer
Method · 0.80
disconnect
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected