Commit 779e031c authored by 9731050's avatar 9731050

ClientHandler completed

parent 82bf7bbe
Pipeline #686 canceled with stages
......@@ -17,8 +17,9 @@ public class ClientHandler {
run();
}
private void handleIncomingMessages(String message){
//TODO: implement this method
System.out.println(message);
}
public void run() {
while(true){
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment