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

Variable Index

 o Serveur

Constructor Index

 o ImageServeurThread(Socket, ThreadGroup)
Initialise une nouvelle thread de communication

Method Index

 o run()
Recoit et repond aux commandes des clients.

Variables

 o Serveur
 public static ImageServeur Serveur

Constructors

 o ImageServeurThread
 public ImageServeurThread(Socket socket,
                           ThreadGroup Connections)
Initialise une nouvelle thread de communication

Parameters:
socket - socket du client
Connections - ThreadGroup des threads de communications.

Methods

 o run
 public void run()
Recoit et repond aux commandes des clients.

Overrides:
run in class Thread