Uses of Interface
org.eclipse.jetty.util.thread.ThreadPool
-
Packages that use ThreadPool Package Description org.eclipse.jetty.http.spi org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of ThreadPool in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement ThreadPool Modifier and Type Class Description classDelegatingThreadPool -
Uses of ThreadPool in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ThreadPool Modifier and Type Method Description ThreadPoolServer. getThreadPool()Constructors in org.eclipse.jetty.server with parameters of type ThreadPool Constructor Description Server(ThreadPool pool) -
Uses of ThreadPool in org.eclipse.jetty.util.thread
Subinterfaces of ThreadPool in org.eclipse.jetty.util.thread Modifier and Type Interface Description static interfaceThreadPool.SizedThreadPoolSpecialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.Classes in org.eclipse.jetty.util.thread that implement ThreadPool Modifier and Type Class Description classExecutorSizedThreadPoolDeprecated.classExecutorThreadPoolAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classMonitoredQueuedThreadPoolAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classQueuedThreadPoolA thread pool with a queue of jobs to execute.
-