MCPcopy 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

mainMethod · 0.95
interruptMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
writeMethod · 0.80
getBytesFromStreamMethod · 0.80
runMethod · 0.80

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected