Uses of Class
org.eclipse.jetty.util.component.AbstractLifeCycle
Packages that use AbstractLifeCycle
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common Memory Leak Prevention Tooling
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of AbstractLifeCycle in org.eclipse.jetty.util
Subclasses of AbstractLifeCycle in org.eclipse.jetty.utilModifier and TypeClassDescriptionclassScanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners. -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.component
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.componentModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.classA LifeCycle that when started will stop another LifeCycle -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.compression
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.compression -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.preventers
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.preventersModifier and TypeClassDescriptionclassAbstractLeakPreventer Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to proactively call the code that pins them (generally pinned as static data members, or as static data members that are daemon threads (which use the context classloader)).classAppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.classAWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.classDriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader. -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.ssl
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.sslModifier 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 AbstractLifeCycle in org.eclipse.jetty.util.thread
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.threadModifier 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.classImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classA utility class to perform periodic sweeping of resources.classDeprecated, for removal: This API element is subject to removal in a future version.classAn implementation ofThreadPoolinterface that does not pool, but instead usesVirtualThreads. -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.thread.strategy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.thread.strategyModifier 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.This class has been renamed toAdaptiveExecutionStrategy
ScheduledExecutorSchedulerinstead.