Uses of Interface
org.mortbay.thread.ThreadPool

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

Uses of ThreadPool in org.mortbay.jetty
 

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

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

Uses of ThreadPool in org.mortbay.thread
 

Classes in org.mortbay.thread that implement ThreadPool
 class BoundedThreadPool
          A pool of threads.
 

Uses of ThreadPool in org.mortbay.util
 

Classes in org.mortbay.util that implement ThreadPool
 class IO
          IO Utilities.