ikrs.httpd
Class HTTPServerThreadFactory

java.lang.Object
  extended by ikrs.httpd.HTTPServerThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class HTTPServerThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory

This ThreadFactory implementation creates new HTTPServerThreads.


Constructor Summary
HTTPServerThreadFactory(HTTPHandler handler, CustomLogger logger)
           
 
Method Summary
 HTTPServerThread newThread(java.lang.Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPServerThreadFactory

public HTTPServerThreadFactory(HTTPHandler handler,
                               CustomLogger logger)
Method Detail

newThread

public HTTPServerThread newThread(java.lang.Runnable r)
Specified by:
newThread in interface java.util.concurrent.ThreadFactory