Updated 'ServerSener' interface.
Updated the 'ServerSender' interface by adding the 'shutdown' method to it.
This commit is contained in:
@@ -28,4 +28,9 @@ public interface ServerSender {
|
|||||||
* @param id as the connection id of the client as an Integer.
|
* @param id as the connection id of the client as an Integer.
|
||||||
*/
|
*/
|
||||||
void disconnectClient(int id);
|
void disconnectClient(int id);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This method will be used to shut down the server.
|
||||||
|
*/
|
||||||
|
void shutdown();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user