Uses of Interface
org.eclipse.jetty.util.thread.ThreadPool
Packages that use ThreadPool
Package
Description
Jetty Server : Core Server API
Jetty Util : Common ThreadPool Utilities
-
Uses of ThreadPool in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement ThreadPool -
Uses of ThreadPool in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ThreadPoolModifier and TypeMethodDescriptionComponents.getThreadPool()Deprecated, for removal: This API element is subject to removal in a future version.Server.getThreadPool()Constructors in org.eclipse.jetty.server with parameters of type ThreadPoolModifierConstructorDescriptionServer(ThreadPool pool) Server(ThreadPool threadPool, Scheduler scheduler, ByteBufferPool bufferPool) -
Uses of ThreadPool in org.eclipse.jetty.util.thread
Subinterfaces of ThreadPool in org.eclipse.jetty.util.threadModifier and TypeInterfaceDescriptionstatic interfaceSpecialized 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 ThreadPoolModifier and TypeClassDescriptionclassAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classA thread pool with a queue of jobs to execute.classAn implementation ofThreadPoolinterface that does not pool, but instead usesVirtualThreads.
Components.getExecutor()instead