Uses of Interface
org.eclipse.jetty.util.thread.ThreadPool

Packages that use ThreadPool
org.eclipse.jetty.util.thread   
 

Uses of ThreadPool in org.eclipse.jetty.util.thread
 

Subinterfaces of ThreadPool in org.eclipse.jetty.util.thread
static interface ThreadPool.SizedThreadPool
           
 

Classes in org.eclipse.jetty.util.thread that implement ThreadPool
 class ExecutorThreadPool
          Jetty ThreadPool using java 5 ThreadPoolExecutor This class wraps a ExecutorService as a ThreadPool and LifeCycle interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server
 class QueuedThreadPool
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.