Uses of Interface
org.eclipse.jetty.util.component.Destroyable
Packages that use Destroyable
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Destroyable in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement DestroyableModifier and TypeClassDescriptionclassScanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners. -
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.compression
Classes in org.eclipse.jetty.util.compression that implement Destroyable -
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.classSslContextFactory is used to configure SSL parameters to be used by server and client connectors.static classstatic class -
Uses of Destroyable in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement DestroyableModifier and TypeClassDescriptionclassAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classA thread pool with a queue of jobs to execute.classA TryExecutor using pre-allocated/reserved threads from an external Executor.classAn implementation ofThreadPoolinterface that does not pool, but instead usesVirtualThreads. -
Uses of Destroyable in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement DestroyableModifier and TypeClassDescriptionclassAn adaptive execution strategy that uses theInvocablestatus of both the task and the current thread to select an optimal strategy that prioritizes executing the task immediately in the current producing thread if it can be done so without thread starvation issues.classDeprecated, for removal: This API element is subject to removal in a future version.
AdaptiveExecutionStrategy