com.radekzitek.userver.impl
Class HttpProxyHandler

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

public class HttpProxyHandler
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
HttpProxyHandler()
           
 
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

HttpProxyHandler

public HttpProxyHandler()
Method Detail

localRun

protected void localRun()
                 throws HandlerThreadException
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
Throws:
HandlerThreadException - Thrown by the implementing class in case it encounter any unforeseen troubl.