| 1: | ||
| 2: | /** | |
| 3: | * interface Protocol. | |
| 4: | * | |
| 5: | * @author Laurent Dehoey I177416 | |
| 6: | * @version 23/01/2003 | |
| 7: | */ | |
| 8: | ||
| 9: | public interface Protocol | |
| 10: | { | |
| 11: | /** | |
| 12: | * Le Provider de Service un Socket Client | |
| 13: | * @param s java.net.Socket la socket cliente | |
| 14: | * @return void | |
| 15: | */ | |
| 16: | public void service(java.net.Socket s) throws java.lang.Exception; | |
| 17: | } |
This page was automatically generated by SharpDevelop.