Add echoserver

implement 1
This commit is contained in:
Minh VU
2025-01-28 10:07:24 +01:00
parent 819456138e
commit a42779673f
9 changed files with 118 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
package fr.istic.pr.echo;
public interface ClientHandler {
public interface ClientHandler {
/** La méthode handle traite le client **/
public void handle();
}