Class HiloServidor

java.lang.Object
  extended by HiloServidor
All Implemented Interfaces:
java.lang.Runnable

public class HiloServidor
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
HiloServidor(int numPuertoServidor)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiloServidor

public HiloServidor(int numPuertoServidor)
Parameters:
numPuertoServidor - Numero del puerto del PC Servidor
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable