merge the new developmentbranch into the test branch #39
@@ -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