Package com.example.server
Interface Server
- All Known Implementing Classes:
BaseServer
public interface Server
The Server interface defines the methods for starting and stopping a server.
-
Method Summary
-
Method Details
-
start
void start()Starts the server. -
stop
void stop()Stops the server.
-