MCPcopy Create free account
hub / github.com/TrsstProject/trsst / stop

Method stop

src/main/java/com/trsst/server/Server.java:204–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202 }
203
204 public void stop() {
205 try {
206 server.stop();
207 } catch (Exception e) {
208 log.error("Error while stopping server", e);
209 }
210 server.destroy();
211 }
212
213 public ServletContextHandler getServletContextHandler() {
214 return context;

Callers 1

doBeginMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected