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 Proxy : Async Proxy Support
Jetty Server : Core Server API
Jetty Server : Core Server Connector
Jetty Server : Session Management Implementations
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.clientClassDescriptionA
Sweeper.Sweepableresource implements this interface to signal to aSweeperor 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.Sweepableresource implements this interface to signal to aSweeperor 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.fcgi.client.httpClassDescriptionA
Sweeper.Sweepableresource implements this interface to signal to aSweeperor 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
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.http.spiClassDescriptionA pool for threads.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.io
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.proxy
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.serverClassDescriptionA pool for threads.
-
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
ReentrantLockwrapper.The unlocker object that unlocks when it is closed. -
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.servlets
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.utilClassDescription
-
Classes in org.eclipse.jetty.util.thread used by org.eclipse.jetty.util.threadClassDescriptionA
ThreadPool.SizedThreadPoolwrapper 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.Sweepableresource implements this interface to signal to aSweeperor 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.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