Uses of Class
org.eclipse.jetty.util.component.ContainerLifeCycle
Packages that use ContainerLifeCycle
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Deploy : Webapp Deploy Management
Jetty IO : Core classes for Jetty IO subsystem
Jetty Jaas : Support for Jaas
Jetty Plus : Limited JEE Security Support
Jetty Proxy : Async Proxy Support
Jetty Rewrite : Rewrite Handler and Rules for 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 : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
-
Uses of ContainerLifeCycle in org.eclipse.jetty.ant
Subclasses of ContainerLifeCycle in org.eclipse.jetty.antModifier and TypeClassDescriptionclassExtension of WebAppContext to allow configuration via Ant environment.static classAntServletHandler -
Uses of ContainerLifeCycle in org.eclipse.jetty.client
Subclasses of ContainerLifeCycle 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 ContainerLifeCycle in org.eclipse.jetty.client.http
Subclasses of ContainerLifeCycle in org.eclipse.jetty.client.http -
Uses of ContainerLifeCycle in org.eclipse.jetty.deploy
Subclasses of ContainerLifeCycle in org.eclipse.jetty.deploy -
Uses of ContainerLifeCycle in org.eclipse.jetty.fcgi.client.http
Subclasses of ContainerLifeCycle in org.eclipse.jetty.fcgi.client.httpModifier and TypeClassDescriptionclassclassclass -
Uses of ContainerLifeCycle in org.eclipse.jetty.fcgi.server
Subclasses of ContainerLifeCycle in org.eclipse.jetty.fcgi.server -
Uses of ContainerLifeCycle in org.eclipse.jetty.fcgi.server.proxy
Subclasses of ContainerLifeCycle in org.eclipse.jetty.fcgi.server.proxyModifier and TypeClassDescriptionprivate class -
Uses of ContainerLifeCycle in org.eclipse.jetty.http.spi
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http.spiModifier and TypeClassDescriptionclassclassJetty handler that bridges requests toHttpHandler. -
Uses of ContainerLifeCycle in org.eclipse.jetty.io
Subclasses of ContainerLifeCycle in org.eclipse.jetty.ioModifier and TypeClassDescriptionclassclassManagedSelectorwraps 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 ContainerLifeCycle in org.eclipse.jetty.jaas
Subclasses of ContainerLifeCycle in org.eclipse.jetty.jaasModifier and TypeClassDescriptionclassJAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of ContainerLifeCycle in org.eclipse.jetty.plus.security
Subclasses of ContainerLifeCycle in org.eclipse.jetty.plus.security -
Uses of ContainerLifeCycle in org.eclipse.jetty.proxy
Subclasses of ContainerLifeCycle in org.eclipse.jetty.proxyModifier and TypeClassDescriptionclassImplementation of aHandlerthat supports HTTP CONNECT.protected class -
Uses of ContainerLifeCycle in org.eclipse.jetty.quickstart
Subclasses of ContainerLifeCycle in org.eclipse.jetty.quickstart -
Uses of ContainerLifeCycle in org.eclipse.jetty.rewrite.handler
Subclasses of ContainerLifeCycle in org.eclipse.jetty.rewrite.handlerModifier and TypeClassDescriptionclassRewrite handler is responsible for managing the rules. -
Uses of ContainerLifeCycle in org.eclipse.jetty.security
Subclasses of ContainerLifeCycle 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.classAbstract SecurityHandler. -
Uses of ContainerLifeCycle in org.eclipse.jetty.security.openid
Subclasses of ContainerLifeCycle in org.eclipse.jetty.security.openidModifier and TypeClassDescriptionclassHolds the configuration for an OpenID Connect service.classThe implementation ofLoginServicerequired to use OpenID Connect. -
Uses of ContainerLifeCycle in org.eclipse.jetty.server
Subclasses of ContainerLifeCycle 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.classAn abstract Network Connector.classDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anAsyncRequestLogWriterclassA flexible RequestLog, which produces log strings in a customizable format.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().classDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterclassclassA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classDeprecated.UseDetectorConnectionFactorywith aSslConnectionFactoryinstead.classConnectionFactory for the PROXY Protocol.private static classprivate static classclassJetty HTTP Servlet Server.classThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.protected classclassDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anSlf4jRequestLogWriterclass -
Uses of ContainerLifeCycle in org.eclipse.jetty.server.handler
Subclasses of ContainerLifeCycle 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.classA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classContextHandler.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 Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.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.classA handler that can limit the size of message bodies in requests and responses.classclassHandler to limit the threads per IP address for DOS protection -
Uses of ContainerLifeCycle in org.eclipse.jetty.server.handler.gzip
Subclasses of ContainerLifeCycle in org.eclipse.jetty.server.handler.gzipModifier and TypeClassDescriptionclassA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of ContainerLifeCycle in org.eclipse.jetty.server.nio
Subclasses of ContainerLifeCycle in org.eclipse.jetty.server.nio -
Uses of ContainerLifeCycle in org.eclipse.jetty.server.session
Subclasses of ContainerLifeCycle 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.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 ContainerLifeCycle in org.eclipse.jetty.servlet
Subclasses of ContainerLifeCycle in org.eclipse.jetty.servletModifier and TypeClassDescriptionclassAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classServlet Context.classServlet HttpHandler. -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.component
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.componentModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycle -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.ssl
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.sslModifier and TypeClassDescriptionclassTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory. -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.thread
Subclasses of ContainerLifeCycle 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. -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.thread.strategy
Subclasses of ContainerLifeCycle 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 ContainerLifeCycle in org.eclipse.jetty.webapp
Subclasses of ContainerLifeCycle in org.eclipse.jetty.webapp
CustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLog.Writer