Stop the server. This is optional on a per-implementation basis. Not all servers are required to be cleanly stoppable.
()
| 133 | * to be cleanly stoppable. |
| 134 | */ |
| 135 | public void stop() {} |
| 136 | |
| 137 | public boolean isServing() { |
| 138 | return isServing; |
no outgoing calls