Uses of Class
org.eclipse.jetty.util.component.AbstractLifeCycle
-
Packages that use AbstractLifeCycle Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.server org.eclipse.jetty.fcgi.server.proxy org.eclipse.jetty.http.spi org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.jaas Jetty Jaas : Support for Jaasorg.eclipse.jetty.jmx Jetty JMX : Integration for JMX in Jettyorg.eclipse.jetty.plus.security Jetty Plus : Limited JEE Security Supportorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.quickstart org.eclipse.jetty.rewrite.handler Jetty Rewrite : Rewrite Handler and Rules for Jettyorg.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.openid org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.server.nio Jetty Server : Core Server Connectororg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.compression org.eclipse.jetty.util.preventers Jetty Util : Common Memory Leak Prevention Toolingorg.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of AbstractLifeCycle in org.eclipse.jetty.annotations
Subclasses of AbstractLifeCycle in org.eclipse.jetty.annotations Modifier and Type Class Description classServletContainerInitializersStarterServletContainerInitializersStarter Call the onStartup() method on all ServletContainerInitializers, after having found all applicable classes (if any) to pass in as args. -
Uses of AbstractLifeCycle in org.eclipse.jetty.ant
Subclasses of AbstractLifeCycle in org.eclipse.jetty.ant Modifier and Type Class Description classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment.static classAntWebAppContext.AntServletHandlerAntServletHandlerstatic classAntWebAppContext.AntServletHolderAntServletHolder -
Uses of AbstractLifeCycle in org.eclipse.jetty.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.client Modifier and Type Class Description classAbstractConnectionPoolclassAbstractConnectorHttpClientTransportprotected classAbstractConnectorHttpClientTransport.ClientSelectorManagerclassAbstractHttpClientTransportclassDuplexConnectionPoolclassHttpClientHttpClientprovides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.classHttpDestinationclassLeakTrackingConnectionPoolclassMultiplexConnectionPoolclassMultiplexHttpDestinationclassPoolingHttpDestinationclassRandomConnectionPoolAConnectionPoolthat provides connections randomly among the ones that are available.classRoundRobinConnectionPoolAConnectionPoolthat attempts to provide connections using a round-robin algorithm.classValidatingConnectionPoolA 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 Modifier and Type Class Description classHttpClientTransportOverHTTPclassHttpDestinationOverHTTP -
Uses of AbstractLifeCycle in org.eclipse.jetty.deploy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.deploy Modifier and Type Class Description classDeploymentManagerThe Deployment Manager. -
Uses of AbstractLifeCycle in org.eclipse.jetty.deploy.providers
Subclasses of AbstractLifeCycle in org.eclipse.jetty.deploy.providers Modifier and Type Class Description classScanningAppProviderclassWebAppProviderThe webapps directory scanning provider. -
Uses of AbstractLifeCycle in org.eclipse.jetty.fcgi.client.http
Subclasses of AbstractLifeCycle in org.eclipse.jetty.fcgi.client.http Modifier and Type Class Description classHttpClientTransportOverFCGIclassHttpDestinationOverFCGIclassMultiplexHttpDestinationOverFCGI -
Uses of AbstractLifeCycle in org.eclipse.jetty.fcgi.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.fcgi.server Modifier and Type Class Description classServerFCGIConnectionFactory -
Uses of AbstractLifeCycle in org.eclipse.jetty.fcgi.server.proxy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.fcgi.server.proxy Modifier and Type Class Description private classFastCGIProxyServlet.ProxyHttpClientTransportOverFCGI -
Uses of AbstractLifeCycle in org.eclipse.jetty.http.spi
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http.spi Modifier and Type Class Description classDelegatingThreadPoolclassHttpSpiContextHandlerJetty handler that bridges requests toHttpHandler. -
Uses of AbstractLifeCycle in org.eclipse.jetty.io
Subclasses of AbstractLifeCycle in org.eclipse.jetty.io Modifier and Type Class Description classConnectionStatisticsAConnection.Listenerthat tracks connection statistics.classIncludeExcludeConnectionStatisticsclassLeakTrackingByteBufferPoolclassManagedSelectorManagedSelectorwraps aSelectorsimplifying non-blocking operations on channels.classSelectorManagerSelectorManagermanages 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.jaas Modifier and Type Class Description classJAASLoginServiceJAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication.classPropertyUserStoreManagerPropertyUserStoreManager 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 Modifier and Type Class Description classConnectorServerLifeCycle wrapper for JMXConnectorServer. -
Uses of AbstractLifeCycle in org.eclipse.jetty.plus.security
Subclasses of AbstractLifeCycle in org.eclipse.jetty.plus.security Modifier and Type Class Description classDataSourceLoginServiceDataSourceUserRealm -
Uses of AbstractLifeCycle in org.eclipse.jetty.proxy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.proxy Modifier and Type Class Description classConnectHandlerImplementation of aHandlerthat supports HTTP CONNECT.protected classConnectHandler.ConnectManager -
Uses of AbstractLifeCycle in org.eclipse.jetty.quickstart
Subclasses of AbstractLifeCycle in org.eclipse.jetty.quickstart Modifier and Type Class Description classQuickStartWebAppQuickStartWar -
Uses of AbstractLifeCycle in org.eclipse.jetty.rewrite.handler
Subclasses of AbstractLifeCycle in org.eclipse.jetty.rewrite.handler Modifier and Type Class Description classRewriteHandlerRewrite handler is responsible for managing the rules. -
Uses of AbstractLifeCycle in org.eclipse.jetty.security
Subclasses of AbstractLifeCycle in org.eclipse.jetty.security Modifier and Type Class Description classAbstractLoginServiceAbstractLoginServiceclassConfigurableSpnegoLoginServiceA configurable (as opposed to using system properties) SPNEGO LoginService.classConstraintSecurityHandlerConstraintSecurityHandlerclassHashLoginServiceProperties User Realm.classJDBCLoginServiceHashMapped User Realm with JDBC as data source.classPropertyUserStoreThis class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.classSecurityHandlerAbstract SecurityHandler.classSpnegoLoginServiceDeprecated.useConfigurableSpnegoLoginServiceinsteadclassUserStoreBase class to store User -
Uses of AbstractLifeCycle in org.eclipse.jetty.security.openid
Subclasses of AbstractLifeCycle in org.eclipse.jetty.security.openid Modifier and Type Class Description classOpenIdConfigurationHolds the configuration for an OpenID Connect service.classOpenIdLoginServiceThe implementation ofLoginServicerequired to use OpenID Connect. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server Modifier and Type Class Description classAbstractConnectionFactoryProvides the common handling forConnectionFactoryimplementations including:classAbstractConnectorAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classAbstractNCSARequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLog.WriterclassAbstractNetworkConnectorAn abstract Network Connector.classAcceptRateLimitA Listener that limits the rate at which new connections are acceptedclassAllowedResourceAliasCheckerThis will approve any alias to anything inside of theContextHandlers resource base which is not protected by a protected target as defined byContextHandler.getProtectedTargets()at start.classAsyncNCSARequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anAsyncRequestLogWriterclassAsyncRequestLogWriterAn asynchronously writing RequestLogWriterclassConnectionLimitA Listener that limits the number of Connections.classConnectorStatisticsDeprecated.useConnectionStatisticsinstead.classCustomRequestLogA flexible RequestLog, which produces log strings in a customizable format.classDebugListenerA Context Listener that produces additional debug.classDetectorConnectionFactoryAConnectionFactorycombining multipleConnectionFactory.Detectinginstances that will upgrade to the first one recognizing the bytes in the buffer.classHttpConnectionFactoryA Connection Factory for HTTP Connections.classLocalConnectorA local connector, mostly for testing purposes.classLowResourceMonitorA 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 classLowResourceMonitor.LRMSchedulerclassNCSARequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterclassNegotiatingServerConnectionFactoryclassNetworkTrafficServerConnectorA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classOptionalSslConnectionFactoryDeprecated.UseDetectorConnectionFactorywith aSslConnectionFactoryinstead.classProxyConnectionFactoryConnectionFactory for the PROXY Protocol.private static classProxyConnectionFactory.ProxyV1ConnectionFactoryprivate static classProxyConnectionFactory.ProxyV2ConnectionFactoryclassRequestLogWriterWriter which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream.classServerJetty HTTP Servlet Server.classServerConnectionStatisticsDeprecated.classServerConnectorThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.protected classServerConnector.ServerConnectorManagerclassSlf4jRequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anSlf4jRequestLogWriterclassSlf4jRequestLogWriterRequest log writer using a Slf4jLog LoggerclassSslConnectionFactoryclassSymlinkAllowedResourceAliasCheckerAn extension ofAllowedResourceAliasCheckerwhich will allow symlinks alias to arbitrary targets, so long as the symlink file itself is an allowed resource. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.handler
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.handler Modifier and Type Class Description classAbstractHandlerAbstractHandler.static classAbstractHandler.ErrorDispatchHandlerDeprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.classAbstractHandlerContainerAbstract Handler Container.classAsyncDelayHandlerA handler wrapper that provides the framework to asynchronously delay the handling of a request.classBufferedResponseHandlerA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classContextHandlerContextHandler.classContextHandlerCollectionThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDebugHandlerDeprecated.UseDebugListenerclassDefaultHandlerDefault Handler.classErrorHandlerHandler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).classFileBufferedResponseHandlerA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classHandlerCollectionA collection of handlers.classHandlerListHandlerList.classHandlerWrapperAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.classHotSwapHandlerAHandlerContainerthat allows a hot swap of a wrapped handler.classIdleTimeoutHandlerHandler to adjust the idle timeout of requests while dispatched.classInetAccessHandlerInetAddress Access HandlerclassIPAccessHandlerDeprecated.Use @InetAccessHandler.classMovedContextHandlerMoved ContextHandler.private classMovedContextHandler.RedirectorclassRequestLogHandlerThis handler provides an alternate way (other thanServer.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context).classResourceHandlerResource Handler.classScopedHandlerScopedHandler.classSecuredRedirectHandlerSecured Redirect HandlerclassShutdownHandlerA handler that shuts the server down on a valid request.classSizeLimitHandlerA handler that can limit the size of message bodies in requests and responses.classStatisticsHandlerclassThreadLimitHandlerHandler 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.gzip Modifier and Type Class Description classGzipHandlerA 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 Modifier and Type Class Description classNetworkTrafficSelectChannelConnectorDeprecated.useNetworkTrafficServerConnectorinstead. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server.session
Subclasses of AbstractLifeCycle in org.eclipse.jetty.server.session Modifier and Type Class Description classAbstractSessionCacheAbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classAbstractSessionDataStoreAbstractSessionDataStoreclassCachingSessionDataStoreCachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.classDefaultSessionCacheDefaultSessionCache A session store that keeps its sessions in memory in a hashmapclassDefaultSessionIdManagerDefaultSessionIdManager 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).classFileSessionDataStoreFileSessionDataStore A file-based store of session data.classHouseKeeperHouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.classJDBCSessionDataStoreJDBCSessionDataStore Session data stored in databaseclassNullSessionCacheNullSessionCache Does not actually cache any Session objects.classNullSessionDataStoreNullSessionDataStore Does not actually store anything, useful for testing.classSessionHandlerSessionHandler. -
Uses of AbstractLifeCycle in org.eclipse.jetty.servlet
Subclasses of AbstractLifeCycle in org.eclipse.jetty.servlet Modifier and Type Class Description classBaseHolder<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).classErrorPageErrorHandlerAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classFilterHolderclassHolder<T>Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcclassListenerHolderListenerHolder Specialization of BaseHolder for servlet listeners.classServletContextHandlerServlet Context.static classServletContextHandler.InitializerA 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.classServletHandlerServlet HttpHandler.classServletHolderServlet Instance and Context Holder. -
Uses of AbstractLifeCycle in org.eclipse.jetty.util
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util Modifier and Type Class Description classLeakDetector<T>A facility to detect improper usage of resource pools.classPathWatcherWatch a Path (and sub directories) for Path changes.classScannerScanner 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.component Modifier and Type Class Description classAttributeContainerMapAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassContainerLifeCycleA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.classStopLifeCycleA 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 Modifier and Type Class Description classCompressionPool<T>classDeflaterPoolclassInflaterPool -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.preventers
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.preventers Modifier and Type Class Description classAbstractLeakPreventerAbstractLeakPreventer 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)).classAppContextLeakPreventerAppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.classAWTLeakPreventerAWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.classDOMLeakPreventerDeprecated.reported as fixed in jdk 7, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6916498classDriverManagerLeakPreventerDriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.classGCThreadLeakPreventerDeprecated.fixed in jdvm 9b130, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8157570classJava2DLeakPreventerDeprecated.fixed in jdk 9, see https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6489540classLDAPLeakPreventerDeprecated.fixed in jdk 8u192classLoginConfigurationLeakPreventerDeprecated.classloader does not seem to be held any moreclassSecurityProviderLeakPreventerDeprecated.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.ssl Modifier and Type Class Description classKeyStoreScannerTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory.classSslContextFactorySslContextFactory is used to configure SSL parameters to be used by server and client connectors.static classSslContextFactory.Clientstatic classSslContextFactory.Server -
Uses of AbstractLifeCycle in org.eclipse.jetty.util.thread
Subclasses of AbstractLifeCycle in org.eclipse.jetty.util.thread Modifier and Type Class Description classExecutorSizedThreadPoolDeprecated.classExecutorThreadPoolAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classMonitoredQueuedThreadPoolAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classQueuedThreadPoolA thread pool with a queue of jobs to execute.classReservedThreadExecutorA TryExecutor using pre-allocated/reserved threads from an external Executor.classScheduledExecutorSchedulerImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classSweeperA utility class to perform periodic sweeping of resources.classTimerSchedulerA 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.strategy Modifier and Type Class Description classEatWhatYouKillA 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 Modifier and Type Class Description classWebAppContextWeb Application Context Handler.
-