Uses of Class
org.eclipse.jetty.util.component.ContainerLifeCycle
Packages that use ContainerLifeCycle
Package
Description
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of ContainerLifeCycle in org.eclipse.jetty.util.component
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.componentModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycle -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.ssl
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.sslModifier and TypeClassDescriptionclassTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory. -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.thread
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.threadModifier and TypeClassDescriptionclassDeprecated.classAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classA thread pool with a queue of jobs to execute. -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.thread.strategy
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.thread.strategyModifier and TypeClassDescriptionclassA strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation.
ExecutorThreadPool