com.sun.grizzly.http
Class StatsThreadPool.HttpWorkerThreadFactory
java.lang.Object
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatsThreadPool.HttpWorkerThreadFactory
public StatsThreadPool.HttpWorkerThreadFactory(StatsThreadPool statsThreadPool)
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interface ThreadFactory
Copyright © 2012 Oracle Corporation. All Rights Reserved.