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 Deploy : Webapp Deployment Providers
Jetty IO : Core classes for Jetty IO subsystem
Jetty Jaas : Support for Jaas
Jetty NoSql : Generic Nosql Session Management
Jetty NoSql : MongoDB Integration
Jetty Plus : Limited JEE Security Support
Jetty Proxy : Async Proxy Support
This module contains the main abstractions for the QUIC protocol.
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 : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of ContainerLifeCycle in org.eclipse.jetty.alpn.server
Subclasses of ContainerLifeCycle in org.eclipse.jetty.alpn.server -
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 TypeClassDescriptionclassclassclassclassclassA destination for those network transports that are duplex (e.g.classHttpClient provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.classclassclassclassA destination for those transports that are multiplex (e.g.classAConnectionPoolthat 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.dynamic
Subclasses of ContainerLifeCycle in org.eclipse.jetty.client.dynamicModifier and TypeClassDescriptionclassAHttpClientTransportthat can dynamically switch among different application protocols. -
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.deploy.providers
Subclasses of ContainerLifeCycle in org.eclipse.jetty.deploy.providersModifier and TypeClassDescriptionclassclassThe webapps directory scanning provider. -
Uses of ContainerLifeCycle in org.eclipse.jetty.fcgi.client.http
Subclasses of ContainerLifeCycle in org.eclipse.jetty.fcgi.client.http -
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.gcloud.session
Subclasses of ContainerLifeCycle in org.eclipse.jetty.gcloud.session -
Uses of ContainerLifeCycle in org.eclipse.jetty.http.spi
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http.spi -
Uses of ContainerLifeCycle in org.eclipse.jetty.http2
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http2 -
Uses of ContainerLifeCycle in org.eclipse.jetty.http2.client
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http2.clientModifier and TypeClassDescriptionclassHTTP2Client provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server.class -
Uses of ContainerLifeCycle in org.eclipse.jetty.http2.client.http
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http2.client.httpModifier and TypeClassDescriptionclassstatic classRepresentation of theHTTP/2application protocol used byHttpClientTransportDynamic.class -
Uses of ContainerLifeCycle in org.eclipse.jetty.http2.server
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http2.serverModifier and TypeClassDescriptionclassclassHTTP2 Clear Text Connection factory.classclassclass -
Uses of ContainerLifeCycle in org.eclipse.jetty.http3.client
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http3.clientModifier and TypeClassDescriptionclassHTTP3Client provides an asynchronous, non-blocking implementation to send HTTP/3 frames to a server. -
Uses of ContainerLifeCycle in org.eclipse.jetty.http3.client.http
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http3.client.httpModifier and TypeClassDescriptionclassstatic classRepresentation of theHTTP/3application protocol used byHttpClientTransportDynamic.class -
Uses of ContainerLifeCycle in org.eclipse.jetty.http3.server
Subclasses of ContainerLifeCycle in org.eclipse.jetty.http3.serverModifier and TypeClassDescriptionclassclassclassA HTTP/3 specificQuicServerConnectorthat configures QUIC parameters according to HTTP/3 requirements.class -
Uses of ContainerLifeCycle in org.eclipse.jetty.io
Subclasses of ContainerLifeCycle in org.eclipse.jetty.ioModifier and TypeClassDescriptionstatic classA holder for a list of protocol strings identifying an application protocol (for example["h2", "h2-17", "h2-16"]) and aClientConnectionFactorythat creates connections that speak that network protocol.classThe client-side component that connects to server sockets.protected classstatic classConfigures aClientConnector.classclassManagedSelectorwraps 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.nosql
Subclasses of ContainerLifeCycle in org.eclipse.jetty.nosql -
Uses of ContainerLifeCycle in org.eclipse.jetty.nosql.mongodb
Subclasses of ContainerLifeCycle in org.eclipse.jetty.nosql.mongodbModifier and TypeClassDescriptionclassMongoSessionDataStore The document model is an outer object that contains the elements: "id" : session_id "created" : create_time "accessed": last_access_time "maxIdle" : max_idle_time setting as session was created "expiry" : time at which session should expire "valid" : session_valid "context" : a nested object containing 1 nested object per context for which the session id is in use Each of the nested objects inside the "context" element contains: unique_context_name : nested object containing name:value pairs of the session attributes for that context unique_context_name: vhost:contextpath, where no vhosts="0_0_0_0", root context = "", contextpath "/" replaced by "_" -
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.quic.client
Subclasses of ContainerLifeCycle in org.eclipse.jetty.quic.clientModifier and TypeClassDescriptionclassClient specific implementation ofProtocolSession.classThe client specific implementation ofQuicSession.classA QUIC specificClientConnector.Configurator. -
Uses of ContainerLifeCycle in org.eclipse.jetty.quic.common
Subclasses of ContainerLifeCycle in org.eclipse.jetty.quic.commonModifier and TypeClassDescriptionclassRepresents an established stateful connection with a remote peer for a specific QUIC connection ID.classRepresents a logical connection with a remote peer, identified by a QUIC connection ID. -
Uses of ContainerLifeCycle in org.eclipse.jetty.quic.server
Subclasses of ContainerLifeCycle in org.eclipse.jetty.quic.serverModifier and TypeClassDescriptionclassA server side network connector that uses aDatagramChannelto listen on a network port for QUIC traffic.classServer specific implementation ofProtocolSession.classThe server specific implementation ofQuicSession. -
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 TypeClassDescriptionclassAbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.classA configurable (as opposed to using system properties) SPNEGO LoginService.classConstraintSecurityHandlerclassAn implementation of a LoginService that stores users and roles in-memory in HashMaps.classJDBC as a source of user authentication and authorization information.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.classAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classAn abstract Network Connector.classA 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()classclassA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classDeprecated.classConnectionFactory for the PROXY Protocol.classJetty HTTP Servlet Server.classThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.protected classclass -
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.classDebug Handler.classDefault 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 HandlerclassMoved ContextHandler.classThis 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.classSecuredRedirectHandler redirects fromhttptohttps.classA handler that shuts the server down on a valid request.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.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 within a concurrent mapclassDefaultSessionIdManager 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.static classBean that is added to the ServletContextHandler to start all of the ServletContainerInitializers by starting their corresponding ServletContainerInitializerHolders when this bean is itself started.classServlet HttpHandler.classServletTester is not best practice and may be deprecated and eventually removed in future Jetty versions. -
Uses of ContainerLifeCycle in org.eclipse.jetty.session.infinispan
Subclasses of ContainerLifeCycle in org.eclipse.jetty.session.infinispan -
Uses of ContainerLifeCycle in org.eclipse.jetty.unixsocket.client
Subclasses of ContainerLifeCycle in org.eclipse.jetty.unixsocket.clientModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.use anyHttpClientTransportwithClientConnector.forUnixDomain(Path)instead (requires Java 16 or later) -
Uses of ContainerLifeCycle in org.eclipse.jetty.unixsocket.server
Subclasses of ContainerLifeCycle in org.eclipse.jetty.unixsocket.serverModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Use UnixDomainServerConnector from the jetty-unixdomain-server module instead (requires Java 16 or later).protected classDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ContainerLifeCycle in org.eclipse.jetty.util
Subclasses of ContainerLifeCycle 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 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.compression
Subclasses of ContainerLifeCycle in org.eclipse.jetty.util.compression -
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 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. -
Uses of ContainerLifeCycle in org.eclipse.jetty.util.thread.strategy
Subclasses of ContainerLifeCycle 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 -
Uses of ContainerLifeCycle in org.eclipse.jetty.webapp
Subclasses of ContainerLifeCycle in org.eclipse.jetty.webapp -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.client
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.client -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.common
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.commonModifier and TypeClassDescriptionclassFactory to createJettyWebSocketFrameHandlerinstances suitable for use with jetty-native websocket API. -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.core
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.coreModifier and TypeClassDescriptionclassA collection of components which are the resources needed for websockets such asByteBufferPool,WebSocketExtensionRegistry, andDecoratedObjectFactory. -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.core.client
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.core.client -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.core.server
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.core.serverModifier and TypeClassDescriptionclassA collection of components which are the resources needed for websockets such asByteBufferPool,WebSocketExtensionRegistry, andDecoratedObjectFactory.class -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.javax.client
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.javax.clientModifier and TypeClassDescriptionclassThis manages the LifeCycle ofWebSocketContainerinstances that are created withContainerProvider, if this code is being run from another ServletContainer, or if run inside a Jetty Server with the WebSocket client classes provided by the webapp. -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.javax.client.internal
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.javax.client.internalModifier and TypeClassDescriptionclassContainer for Client use of the javax.websocket API.Methods in org.eclipse.jetty.websocket.javax.client.internal with parameters of type ContainerLifeCycleModifier and TypeMethodDescriptionstatic voidJavaxWebSocketClientContainer.setShutdownContainer(ContainerLifeCycle container) -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.javax.common
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.javax.common -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.javax.server.internal
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.javax.server.internal -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.server
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.server -
Uses of ContainerLifeCycle in org.eclipse.jetty.websocket.server.internal
Subclasses of ContainerLifeCycle in org.eclipse.jetty.websocket.server.internal
DetectorConnectionFactorywith aSslConnectionFactoryinstead.