Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defineYIDA/LWebServer
/ close
Method
close
src/main/java/cn/lws/server/HTTPServer.java:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
public
void
close() {
36
listener.shutdown();
37
dispatcherServlet.shutdown();
38
}
39
40
private
class
Listener extends Thread {
41
@Override
Callers
7
main
Method · 0.95
interrupt
Method · 0.80
handle
Method · 0.80
handle
Method · 0.80
write
Method · 0.80
getBytesFromStream
Method · 0.80
run
Method · 0.80
Calls
1
shutdown
Method · 0.45
Tested by
no test coverage detected