Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Q16G/memory-shell
/ close
Method
close
src/main/java/org/example/webshellServer.java:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
public
void
close() throws IOException {
74
if
(socket != null) {
75
socket.close();
76
}
77
}
78
79
public
static
class
reader {
80
private
boolean success;
Callers
2
handleClient
Method · 0.80
closeQuietly
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected