lezione2.multithread.server
Class EchoMultiServer

java.lang.Object
  extended by lezione2.multithread.server.EchoMultiServer

public class EchoMultiServer
extends java.lang.Object

Server standard multi-threaded. Ogni connessione ricevuta viene passata ad un thread apposito per essere gestita.

Author:
Raffaele Giordanelli
See Also:
ServerThread

Constructor Summary
EchoMultiServer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoMultiServer

public EchoMultiServer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException