Uses of Interface
org.eclipse.jetty.util.component.Dumpable.DumpableContainer
Packages that use Dumpable.DumpableContainer
Package
Description
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Dumpable.DumpableContainerModifier 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 Dumpable.DumpableContainer in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassA strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation.
ExecutorThreadPool