Class ThreadServidorDeChat

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

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


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

Constructor Detail

ThreadServidorDeChat

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

run

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