net.sf.infrared.web
Class InfraRedListener

java.lang.Object
  extended byjava.lang.Thread
      extended bynet.sf.infrared.web.InfraRedListener
All Implemented Interfaces:
Runnable

public class InfraRedListener
extends Thread

Listens for the buffered input stream containing the performance data. Used for remote collection of performance data.


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
InfraRedListener(int port)
           
 
Method Summary
protected  void handleClient(Socket socket)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InfraRedListener

public InfraRedListener(int port)
Method Detail

handleClient

protected void handleClient(Socket socket)

run

public void run()