The run method fires up the server and gets things going.
()
| 127 | |
| 128 | /** The run method fires up the server and gets things going. */ |
| 129 | public abstract void serve(); |
| 130 | |
| 131 | /** |
| 132 | * Stop the server. This is optional on a per-implementation basis. Not all servers are required |
no outgoing calls