Commit 779e031c authored by 9731050's avatar 9731050

ClientHandler completed

parent 82bf7bbe
Pipeline #686 canceled with stages
...@@ -17,8 +17,9 @@ public class ClientHandler { ...@@ -17,8 +17,9 @@ public class ClientHandler {
run(); run();
} }
private void handleIncomingMessages(String message){ private void handleIncomingMessages(String message){
//TODO: implement this method System.out.println(message);
} }
public void run() { public void run() {
while(true){ while(true){
try { 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