Uses of Interface
org.eclipse.jetty.util.thread.ThreadPool
Package
Description
Jetty Server : Core Server API
Jetty Util : Common ThreadPool Utilities
-
Uses of ThreadPool in org.eclipse.jetty.http.spi
-
Uses of ThreadPool in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionComponents.getThreadPool()
Deprecated, for removal: This API element is subject to removal in a future version.Server.getThreadPool()
ModifierConstructorDescriptionServer
(ThreadPool pool) Server
(ThreadPool threadPool, Scheduler scheduler, ByteBufferPool bufferPool) -
Uses of ThreadPool in org.eclipse.jetty.server.internal
-
Uses of ThreadPool in org.eclipse.jetty.util.thread
Modifier and TypeInterfaceDescriptionstatic interface
Specialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.Modifier and TypeClassDescriptionclass
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
A thread pool with a queue of jobs to execute.class
An implementation ofThreadPool
interface that does not pool, but instead usesVirtualThreads
.
Components.getExecutor()
instead