MCPcopy Index your code
hub / github.com/processing/processing / stop

Method stop

java/libraries/net/src/processing/net/Server.java:268–270  ·  view source on GitHub ↗

( begin auto-generated from Server_stop.xml ) Disconnects all clients and stops the server. ( end auto-generated ) Advanced Use this to shut down the server if you finish using it while your applet is still running. Otherwise, it will be automatically be shut down by the host PApplet usin

()

Source from the content-addressed store, hash-verified

266 * @usage application
267 */
268 public void stop() {
269 dispose();
270 }
271
272
273 /**

Callers 2

disconnectMethod · 0.45
disconnectAllMethod · 0.45

Calls 1

disposeMethod · 0.95

Tested by

no test coverage detected