Uses of Package
org.eclipse.jetty.util.thread
Packages that use org.eclipse.jetty.util.thread
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : Utility Classes
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Core Server Connector
Jetty Server : Session Management Implementations
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.clientClassDescriptionA
Sweeper.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.httpClassDescriptionA
Sweeper.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.utilClassDescription
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.ioClassDescriptionA producer of
Runnable
tasks to run.Convenience auto closeableReentrantLock
wrapper. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.io.sslClassDescription
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.serverClassDescriptionConvenience auto closeable
ReentrantLock
wrapper.Implementation ofScheduler
based on JDK'sScheduledThreadPoolExecutor
.A pool for threads. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.server.handlerClassDescriptionConvenience auto closeable
ReentrantLock
wrapper.An executor than ensurers serial execution of submitted tasks. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.server.handler.gzip
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.server.nio
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.server.sessionClassDescriptionConvenience auto closeable
ReentrantLock
wrapper.The unlocker object that unlocks when it is closed. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.threadClassDescriptionA
ThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.The unlocker object that unlocks when it is closed.A thread pool with a queue of jobs to execute.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 MachineASweeper.Sweepable
resource implements this interface to signal to aSweeper
or to a parent container if it needs to be swept or not.A pool for threads.Specialized sub-interface of ThreadPool that allows to get/set the minimum and maximum number of threads of the pool.A budget of required thread usage, used to warn or error for insufficient configured threads.An allocation of threadsA 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.strategyClassDescriptionA producer of
Runnable
tasks to run.Convenience auto closeableReentrantLock
wrapper.A variation of Executor that can confirm if a thread is available immediately