Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
finalize
Method · 0.95
addClient
Method · 0.95
run
Method · 0.95
run
Method · 0.95
handleMessage
Method · 0.45
Calls
1
close
Method · 0.80
Tested by
no test coverage detected