Example #1
0
 /**
  * ( begin auto-generated from Server_stop.xml )
  *
  * <p>Disconnects all clients and stops the server.
  *
  * <p>( end auto-generated )
  *
  * <h3>Advanced</h3>
  *
  * 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 using dispose(), which is
  * identical.
  *
  * @brief Disconnects all clients and stops the server.
  * @webref server
  * @usage application
  */
 public void stop() {
   dispose();
 }