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 static class StatsThreadPool.HttpWorkerThreadFactory
extends Object
implements ThreadFactory

Create new HttpWorkerThread.


Constructor Summary
StatsThreadPool.HttpWorkerThreadFactory(StatsThreadPool statsThreadPool)
           
 
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

public StatsThreadPool.HttpWorkerThreadFactory(StatsThreadPool statsThreadPool)
Method Detail

newThread

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


Copyright © 2012 Oracle Corporation. All Rights Reserved.