Uses of Class
org.eclipse.jetty.util.component.AbstractLifeCycle
Packages that use AbstractLifeCycle
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
Jetty Jaas : Support for Jaas
Jetty JMX : Integration for JMX in Jetty
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Core Server Connector
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
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
Jetty Util : Modular Web Application Support
-
Uses of AbstractLifeCycle in org.eclipse.jetty.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.clientModifier and TypeClassDescriptionclassclassprotected classclassclassclassHttpClientprovides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.classclassclassclassclassclassAConnectionPoolthat provides connections randomly among the ones that are available.classAConnectionPoolthat attempts to provide connections using a round-robin algorithm.classA connection pool that validates connections before making them available for use. -
Uses of AbstractLifeCycle in org.eclipse.jetty.client.http
Subclasses of AbstractLifeCycle in org.eclipse.jetty.client.http -
Uses of AbstractLifeCycle in org.eclipse.jetty.io
Subclasses of AbstractLifeCycle in org.eclipse.jetty.ioModifier and TypeClassDescriptionclassAConnection.Listenerthat tracks connection statistics.classclassclassManagedSelectorwraps aSelectorsimplifying non-blocking operations on channels.classSelectorManagermanages a number ofManagedSelectors that simplify the non-blocking primitives provided by the JVM via thejava.niopackage. -
Uses of AbstractLifeCycle in org.eclipse.jetty.jaas
Subclasses of AbstractLifeCycle in org.eclipse.jetty.jaasModifier and TypeClassDescriptionclassJAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication.classPropertyUserStoreManager Maintains a map of PropertyUserStores, keyed off the location of the property file containing the authentication and authorization information. -
Uses of AbstractLifeCycle in org.eclipse.jetty.jmx
Subclasses of AbstractLifeCycle in org.eclipse.jetty.jmx -
Uses of AbstractLifeCycle in org.eclipse.jetty.security
Subclasses of AbstractLifeCycle in org.eclipse.jetty.securityModifier and TypeClassDescriptionclassAbstractLoginServiceclassA configurable (as opposed to using system properties) SPNEGO LoginService.classConstraintSecurityHandlerclassProperties User Realm.classHashMapped User Realm with JDBC as data source.classThis class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.classAbstract SecurityHandler.classDeprecated.classBase class to store User -
Uses of AbstractLifeCycle in org.eclipse.jetty.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.serverModifier and TypeClassDescriptionclassProvides the common handling forConnectionFactoryimplementations including:classAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLog.WriterclassAn abstract Network Connector.classA Listener that limits the rate at which new connections are acceptedclassDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anAsyncRequestLogWriterclassAn asynchronously writing RequestLogWriterclassA Listener that limits the number of Connections.classDeprecated.useConnectionStatisticsinstead.classA flexible RequestLog, which produces log strings in a customizable format.classA Context Listener that produces additional debug.classAConnectionFactorycombining multipleConnectionFactory.Detectinginstances that will upgrade to the first one recognizing the bytes in the buffer.classA Connection Factory for HTTP Connections.classA local connector, mostly for testing purposes.classA monitor for low resources, low resources can be detected by:ThreadPool.isLowOnThreads()ifConnector.getExecutor()is an instance ofThreadPoolandLowResourceMonitor.setMonitorThreads(boolean)is true. IfLowResourceMonitor.setMaxMemory(long)is non zero then low resources is detected if the JVMsRuntimeinstance hasRuntime.totalMemory()minusRuntime.freeMemory()greater thanLowResourceMonitor.getMaxMemory()IfLowResourceMonitor.setMaxConnections(int)is non zero then low resources is detected if the total number of connections exceedsLowResourceMonitor.getMaxConnections().private static classclassDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterclassclassA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classDeprecated.UseDetectorConnectionFactorywith aSslConnectionFactoryinstead.classConnectionFactory for the PROXY Protocol.private static classprivate static classclassWriter which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream.classJetty HTTP Servlet Server.classDeprecated.classThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.protected classclassDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anSlf4jRequestLogWriterclassRequest log writer using a Slf4jLog Loggerclass -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.handler
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionclassAbstractHandler.static classDeprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.classAbstract Handler Container.classA handler wrapper that provides the framework to asynchronously delay the handling of a request.classBuffered Response HandlerclassContextHandler.classThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDeprecated.UseDebugListenerclassDefault Handler.classHandler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).classA collection of handlers.classHandlerList.classAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.classAHandlerContainerthat allows a hot swap of a wrapped handler.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassDeprecated.Use @InetAccessHandler.classMoved ContextHandler.private classclassThis handler provides an alternate way (other thanServer.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context).classResource Handler.classScopedHandler.classSecured Redirect HandlerclassA handler that shuts the server down on a valid request.classclassHandler to limit the threads per IP address for DOS protection -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.handler.gzip
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.handler.gzipModifier and TypeClassDescriptionclassA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.nio
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.nio -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.session
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.sessionModifier and TypeClassDescriptionclassAbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classAbstractSessionDataStoreclassCachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.classDefaultSessionCache A session store that keeps its sessions in memory in a hashmapclassDefaultSessionIdManager Manages session ids to ensure each session id within a context is unique, and that session ids can be shared across contexts (but not session contents).classFileSessionDataStore A file-based store of session data.classHouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.classJDBCSessionDataStore Session data stored in databaseclassNullSessionCache Does not actually cache any Session objects.classNullSessionDataStore Does not actually store anything, useful for testing.classSessionHandler. -
Uses of AbstractLifeCycle in org.eclipse.jetty.servlet
Subclasses of AbstractLifeCycle in org.eclipse.jetty.servletModifier and TypeClassDescriptionclassBaseHolder<T>AbstractHolder Base class for all servlet-related classes that may be lazily instantiated (eg servlet, filter, listener), and/or require metadata to be held regarding their origin (web.xml, annotation, programmatic api etc).classAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classclassHolder<T>Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcclassListenerHolder Specialization of BaseHolder for servlet listeners.classServlet Context.static classA utility class to hold aServletContainerInitializerand implement theServletContextHandler.ServletContainerInitializerCallerinterface so that the SCI is correctly started if an instance of this class is added as a bean to aServletContextHandler.classServlet HttpHandler.classServlet Instance and Context Holder. -
Uses of AbstractLifeCycle in org.eclipse.jetty.util
Subclasses of AbstractLifeCycle in org.eclipse.jetty.utilModifier and TypeClassDescriptionclassLeakDetector<T>A facility to detect improper usage of resource pools.classWatch a Path (and sub directories) for Path changes.classScanner 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.classDeprecated.reported as fixed in jdk 7, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6916498classDriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.classDeprecated.fixed in jdvm 9b130, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8157570classDeprecated.fixed in jdk 9, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6489540classDeprecated.fixed in jdk 8u192classDeprecated.classloader does not seem to be held any moreclassDeprecated.sun.security.pkcs11.SunPKCS11 class explicitly sets thread classloader to null -
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 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.classAn Executor using preallocated/reserved Threads from a wrapped Executor.classImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classA utility class to perform periodic sweeping of resources.classA scheduler based on the the JVM Timer class -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.thread.strategy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.thread.strategyModifier and TypeClassDescriptionclassA strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation. -
Uses of AbstractLifeCycle in org.eclipse.jetty.webapp
Subclasses of AbstractLifeCycle in org.eclipse.jetty.webapp
ConfigurableSpnegoLoginServiceinstead