Class AbstractLifeCycle

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
All Implemented Interfaces:
LifeCycle
Direct Known Subclasses:
AcceptRateLimit, AllowedResourceAliasChecker, BaseHolder, ConnectionLimit, ConnectionStatistics, ConnectorStatistics, ContainerLifeCycle, DebugListener, HouseKeeper, LeakDetector, PathWatcher, RequestLogWriter, ReservedThreadExecutor, Scanner, ScheduledExecutorScheduler, ServletContextHandler.Initializer, Slf4jRequestLogWriter, SpnegoLoginService, SslContextFactory, StopLifeCycle, Sweeper, TimerScheduler, UserStore

@ManagedObject("Abstract Implementation of LifeCycle") @Deprecated(since="2021-05-27") public abstract class AbstractLifeCycle extends Object implements LifeCycle
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Basic implementation of the life cycle interface for components.