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

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

Uses of ThreadPool in org.eclipse.jetty.client
 

Methods in org.eclipse.jetty.client that return ThreadPool
 ThreadPool HttpClient.getThreadPool()
           
 

Methods in org.eclipse.jetty.client with parameters of type ThreadPool
 void HttpClient.setThreadPool(ThreadPool threadPool)
           
 

Uses of ThreadPool in org.eclipse.jetty.server
 

Methods in org.eclipse.jetty.server that return ThreadPool
 ThreadPool AbstractConnector.getThreadPool()
           
 ThreadPool Server.getThreadPool()
           
 

Methods in org.eclipse.jetty.server with parameters of type ThreadPool
 void AbstractConnector.setThreadPool(ThreadPool pool)
           
 void Server.setThreadPool(ThreadPool threadPool)
           
 

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



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