com.sun.grizzly.http
Class StatsThreadPool.HttpWorkerThreadFactory

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

protected static class StatsThreadPool.HttpWorkerThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory

Create new HttpWorkerThread.


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

StatsThreadPool.HttpWorkerThreadFactory

public StatsThreadPool.HttpWorkerThreadFactory(StatsThreadPool statsThreadPool)
Method Detail

newThread

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


Copyright © 2012 Oracle Corporation. All Rights Reserved.