( 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
()
| 266 | * @usage application |
| 267 | */ |
| 268 | public void stop() { |
| 269 | dispose(); |
| 270 | } |
| 271 | |
| 272 | |
| 273 | /** |
no test coverage detected