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