Class ImageServeurThread
java.lang.Object
|
+----java.lang.Thread
|
+----ImageServeurThread
- public class ImageServeurThread
- extends Thread
- implements ImageCmdConst
-
Module ID: ImageServeurThread.java
-
Date : 27 Mars 1997
- Version:
- 1.000
- Author:
- Olivier Langlois
-
Serveur
-
-
ImageServeurThread(Socket, ThreadGroup)
- Initialise une nouvelle thread de communication
-
run()
-
Recoit et repond aux commandes des clients.
Serveur
public static ImageServeur Serveur
ImageServeurThread
public ImageServeurThread(Socket socket,
ThreadGroup Connections)
- Initialise une nouvelle thread de communication
- Parameters:
- socket - socket du client
- Connections - ThreadGroup des threads de communications.
run
public void run()
- Recoit et repond aux commandes des clients.
- Overrides:
- run in class Thread