Base class for server classes.
Constructor
Variables
Methods
shutdown():Void
Stops the serveForever()
loop.
Blocks until the loop has finished. This must be called while
serveForever()
is running in another thread, or it will deadlock.