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
 

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 OldQueuedThreadPool
          A pool of threads.
 class QueuedThreadPool
           
 



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