com.sun.grizzly.http
Class StatsThreadPool.HttpWorkerThreadFactory

java.lang.Object
  extended by com.sun.grizzly.http.StatsThreadPool.HttpWorkerThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
StatsThreadPool

protected class StatsThreadPool.HttpWorkerThreadFactory
extends Object
implements ThreadFactory

Create new HttpWorkerThread.


Constructor Summary
protected StatsThreadPool.HttpWorkerThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsThreadPool.HttpWorkerThreadFactory

protected StatsThreadPool.HttpWorkerThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable r)
Specified by:
newThread in interface ThreadFactory


Copyright © 2009 SUN Microsystems. All Rights Reserved.