com.radekzitek.userver.impl
Class EchoHandler

java.lang.Object
  extended bycom.radekzitek.userver.HandlerThread
      extended bycom.radekzitek.userver.impl.EchoHandler
All Implemented Interfaces:
java.lang.Runnable

public class EchoHandler
extends HandlerThread

Author:
rzitek

Field Summary
private static org.apache.log4j.Logger LOG
          Log4j logger.
 
Fields inherited from class com.radekzitek.userver.HandlerThread
client
 
Constructor Summary
EchoHandler()
           
 
Method Summary
protected  void localRun()
          The prototype for the localRun of the implementing class.
 
Methods inherited from class com.radekzitek.userver.HandlerThread
handle, registerHandlerPool, run, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.log4j.Logger LOG
Log4j logger.

Constructor Detail

EchoHandler

public EchoHandler()
Method Detail

localRun

protected void localRun()
Description copied from class: HandlerThread
The prototype for the localRun of the implementing class. This method provides the actual handling functionality. This method must deal with any exception encountered or it has to propagate it up as a HandlerThreadException.

Specified by:
localRun in class HandlerThread