initial commit

This commit is contained in:
MAUREL Yoann
2019-01-21 13:19:32 +01:00
commit e8af3e14b3
9 changed files with 375 additions and 0 deletions

View File

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