| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThread
persistance.wNet.Serveur
@Deprecated public class Serveur
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class Thread | 
|---|
| Thread.State, Thread.UncaughtExceptionHandler | 
| Field Summary | |
|---|---|
| (package private)  Gp | gpDeprecated. | 
| (package private)  int | max_connexionDeprecated. | 
| (package private)  PrintWriter | pEcrDeprecated. | 
| (package private)  BufferedReader | pLecDeprecated. | 
| (package private)  int | portDeprecated. | 
| (package private)  boolean | runDeprecated. | 
| (package private)  ServerSocket | serversocketDeprecated. | 
| (package private)  String | serveurDeprecated. | 
| (package private)  Socket | socketDeprecated. | 
| Fields inherited from class Thread | 
|---|
| MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY | 
| Constructor Summary | |
|---|---|
| Serveur(Gp gp,
        int port,
        int max_connexion)Deprecated. | |
| Method Summary | |
|---|---|
|  String | listen()Deprecated. | 
|  void | run()Deprecated. | 
|  void | say(String str)Deprecated. | 
|  void | stopRun()Deprecated. | 
| Methods inherited from class Thread | 
|---|
| activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield | 
| Methods inherited from class Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
int port
int max_connexion
ServerSocket serversocket
Socket socket
BufferedReader pLec
PrintWriter pEcr
boolean run
String serveur
Gp gp
| Constructor Detail | 
|---|
public Serveur(Gp gp,
               int port,
               int max_connexion)
| Method Detail | 
|---|
public void run()
run in interface Runnablerun in class Threadpublic void say(String str)
public String listen()
public void stopRun()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||