public interface AuxiliaryServer
Server
must implement this interface.Modifier and Type | Method and Description |
---|---|
void |
startServer()
Starts the server, returns when the server has completed the startup
|
void |
stopServer()
Stops the server, returns when the server has completed shutdown.
|