Uses of Package
org.eclipse.jetty.util.thread
-
Packages that use org.eclipse.jetty.util.thread Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.generator org.eclipse.jetty.http.spi org.eclipse.jetty.http2 org.eclipse.jetty.http2.client org.eclipse.jetty.http2.client.http org.eclipse.jetty.http2.server org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.nio Jetty Server : Core Server Connectororg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlets Jetty Servlets : Generally Useful Servlets, Handlers and Filtersorg.eclipse.jetty.unixsocket org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy org.eclipse.jetty.util.thread.strategy.jmh org.eclipse.jetty.websocket.client Jetty WebSocket Client APIorg.eclipse.jetty.websocket.client.io Jetty WebSocket Client : I/O Implementation [Internal Use Only]org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementationorg.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.client Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Invocable.InvocationType Scheduler Sweeper.Sweepable ASweeper.Sweepable
resource implements this interface to signal to aSweeper
or to a parent container if it needs to be swept or not. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.client.http Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Sweeper.Sweepable ASweeper.Sweepable
resource implements this interface to signal to aSweeper
or to a parent container if it needs to be swept or not. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.client.util Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Invocable.InvocationType -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.fcgi.client.http Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Sweeper.Sweepable ASweeper.Sweepable
resource implements this interface to signal to aSweeper
or to a parent container if it needs to be swept or not. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.fcgi.generator Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked: -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.http.spi Class Description ThreadPool A pool for threads.TryExecutor A variation of Executor that can confirm if a thread is available immediately -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.http2 Class Description ExecutionStrategy.Producer A producer ofRunnable
tasks to run.Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Invocable.InvocationType Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.http2.client Class Description Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.http2.client.http Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Sweeper.Sweepable ASweeper.Sweepable
resource implements this interface to signal to aSweeper
or to a parent container if it needs to be swept or not. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.http2.server Class Description Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.io Class Description Invocable.InvocationType Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.maven.plugin Class Description Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.proxy Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.server Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Invocable.InvocationType Scheduler Scheduler.Task ThreadPool A pool for threads. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.server.nio Class Description Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.server.session Class Description Locker Convenience auto closeableReentrantLock
wrapper.Locker.Lock The unlocker object that unlocks when it is closed.Scheduler Scheduler.Task -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.servlets Class Description Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.unixsocket Class Description Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Invocable.InvocationType Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.thread Class Description ExecutorThreadPool AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.Invocable.InvocationType Locker.Lock The unlocker object that unlocks when it is closed.QueuedThreadPool A thread pool with a queue of jobs to execute.Scheduler Scheduler.Task ShutdownThread ShutdownThread is a shutdown hook thread implemented as singleton that maintains a list of lifecycle instances that are registered with it and provides ability to stop these lifecycles upon shutdown of the Java Virtual MachineSweeper.Sweepable ASweeper.Sweepable
resource implements this interface to signal to aSweeper
or to a parent container if it needs to be swept or not.ThreadPool A pool for threads.ThreadPool.SizedThreadPool Specialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.ThreadPoolBudget A budget of required thread usage, used to warn or error for insufficient configured threads.ThreadPoolBudget.Lease TryExecutor A variation of Executor that can confirm if a thread is available immediately -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.thread.strategy Class Description ExecutionStrategy ExecutionStrategy.Producer A producer ofRunnable
tasks to run. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.thread.strategy.jmh Class Description ExecutionStrategy.Producer A producer ofRunnable
tasks to run.TryExecutor A variation of Executor that can confirm if a thread is available immediately -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.websocket.client Class Description Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.websocket.client.io Class Description Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.websocket.common Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Invocable.InvocationType -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.websocket.common.io Class Description Invocable A task (typically either aRunnable
orCallable
that declares how it will behave when invoked:Scheduler -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.websocket.server Class Description Scheduler