-
- All Known Implementing Classes:
EntityServletServer
public interface AuxiliaryServer
Auxiliary servers to be run in conjunction with aServer
must implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
startServer()
Starts the server, returns when the server has completed the startupvoid
stopServer()
Stops the server, returns when the server has completed shutdown.
-