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 class
DelegatingThreadPool
-
Uses of ThreadPool in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ThreadPool Modifier and Type Method Description ThreadPool
Server. 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 interface
ThreadPool.SizedThreadPool
Specialized 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 class
ExecutorSizedThreadPool
Deprecated.class
ExecutorThreadPool
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
MonitoredQueuedThreadPool
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
QueuedThreadPool
A thread pool with a queue of jobs to execute.
-