Uses of Interface
org.eclipse.jetty.util.component.LifeCycle
-
-
Uses of LifeCycle in org.eclipse.jetty.alpn.server
Classes in org.eclipse.jetty.alpn.server that implement LifeCycle Modifier and Type Class Description classALPNServerConnectionFactory -
Uses of LifeCycle in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement LifeCycle Modifier and Type Class Description classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment.static classAntWebAppContext.AntServletHandlerAntServletHandlerstatic classAntWebAppContext.AntServletHolderAntServletHolder -
Uses of LifeCycle in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement LifeCycle Modifier and Type Class Description classHttpClientTransportOverHTTPclassHttpDestinationOverHTTP -
Uses of LifeCycle in org.eclipse.jetty.deploy
Subinterfaces of LifeCycle in org.eclipse.jetty.deploy Modifier and Type Interface Description interfaceAppProviderObject responsible for providingApps to theDeploymentManagerClasses in org.eclipse.jetty.deploy that implement LifeCycle Modifier and Type Class Description classDeploymentManagerThe Deployment Manager. -
Uses of LifeCycle in org.eclipse.jetty.deploy.providers
Classes in org.eclipse.jetty.deploy.providers that implement LifeCycle Modifier and Type Class Description classScanningAppProviderclassWebAppProviderThe webapps directory scanning provider. -
Uses of LifeCycle in org.eclipse.jetty.embedded
Classes in org.eclipse.jetty.embedded that implement LifeCycle Modifier and Type Class Description classHelloHandlerclassHelloWorldstatic classManyHandlers.ParamHandlerProduce output that lists all of the request parametersstatic classManyHandlers.WelcomeWrapHandlerAdd a request attribute, but produce no output. -
Uses of LifeCycle in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement LifeCycle Modifier and Type Class Description classHttpClientTransportOverFCGIclassHttpDestinationOverFCGIclassMultiplexHttpDestinationOverFCGI -
Uses of LifeCycle in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement LifeCycle Modifier and Type Class Description classServerFCGIConnectionFactory -
Uses of LifeCycle in org.eclipse.jetty.gcloud.session
Classes in org.eclipse.jetty.gcloud.session that implement LifeCycle Modifier and Type Class Description classGCloudSessionDataStoreGCloudSessionDataStore -
Uses of LifeCycle in org.eclipse.jetty.hazelcast.session
Classes in org.eclipse.jetty.hazelcast.session that implement LifeCycle Modifier and Type Class Description classHazelcastSessionDataStoreSession data stored in Hazelcast -
Uses of LifeCycle in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement LifeCycle Modifier and Type Class Description classDelegatingThreadPoolclassHttpSpiContextHandlerJetty handler that bridges requests toHttpHandler. -
Uses of LifeCycle in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement LifeCycle Modifier and Type Class Description classHTTP2Session -
Uses of LifeCycle in org.eclipse.jetty.http2.client
Classes in org.eclipse.jetty.http2.client that implement LifeCycle Modifier and Type Class Description classHTTP2ClientHTTP2Clientprovides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server.classHTTP2ClientSession -
Uses of LifeCycle in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement LifeCycle Modifier and Type Class Description classHttpClientTransportOverHTTP2classHttpDestinationOverHTTP2 -
Uses of LifeCycle in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement LifeCycle Modifier and Type Class Description classAbstractHTTP2ServerConnectionFactoryclassHTTP2CServerConnectionFactoryHTTP2 Clear Text Connection factory.classHTTP2ServerConnectionFactoryclassHTTP2ServerSessionclassRawHTTP2ServerConnectionFactory -
Uses of LifeCycle in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.jmx
Classes in org.eclipse.jetty.jmx that implement LifeCycle Modifier and Type Class Description classConnectorServerLifeCycle wrapper for JMXConnectorServer. -
Uses of LifeCycle in org.eclipse.jetty.maven.plugin
Classes in org.eclipse.jetty.maven.plugin that implement LifeCycle Modifier and Type Class Description classJettyWebAppContextJettyWebAppContext Extends the WebAppContext to specialize for the maven environment.classMavenServerConnectorMavenServerConnector As the ServerConnector class does not have a no-arg constructor, and moreover requires the server instance passed in to all its constructors, it cannot be referenced in the pom.xml.Methods in org.eclipse.jetty.maven.plugin with parameters of type LifeCycle Modifier and Type Method Description voidServerConnectorListener. lifeCycleStarted(LifeCycle event)voidServerListener. lifeCycleStarted(LifeCycle event) -
Uses of LifeCycle in org.eclipse.jetty.memcached.session
Classes in org.eclipse.jetty.memcached.session that implement LifeCycle Modifier and Type Class Description classMemcachedSessionDataMapMemcachedSessionDataMap Uses memcached as a cache for SessionData. -
Uses of LifeCycle in org.eclipse.jetty.nosql
Classes in org.eclipse.jetty.nosql that implement LifeCycle Modifier and Type Class Description classNoSqlSessionDataStoreNoSqlSessionDataStore -
Uses of LifeCycle in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb that implement LifeCycle Modifier and Type Class Description classMongoSessionDataStoreMongoSessionDataStore 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 LifeCycle in org.eclipse.jetty.osgi.boot
Classes in org.eclipse.jetty.osgi.boot that implement LifeCycle Modifier and Type Class Description classAbstractContextProviderAbstractContextProvider Base class for DeploymentManager Providers that can deploy ContextHandlers into Jetty that have been discovered via OSGI either as bundles or services.classAbstractWebAppProviderAbstractWebAppProviderclassBundleContextProviderBundleContextProviderclassBundleWebAppProviderBundleWebAppProviderclassServiceContextProviderServiceContextProvider Jetty DeploymentManager Provider that is able to deploy ContextHandlers discovered via OSGi as services.classServiceWebAppProviderServiceWebAppProvider -
Uses of LifeCycle in org.eclipse.jetty.osgi.boot.utils
Methods in org.eclipse.jetty.osgi.boot.utils with parameters of type LifeCycle Modifier and Type Method Description voidServerConnectorListener. lifeCycleStarted(LifeCycle event) -
Uses of LifeCycle in org.eclipse.jetty.osgi.httpservice
Classes in org.eclipse.jetty.osgi.httpservice that implement LifeCycle Modifier and Type Class Description classHttpServiceErrorPageErrorHandlerExtended error page handler. -
Uses of LifeCycle in org.eclipse.jetty.plus.security
Classes in org.eclipse.jetty.plus.security that implement LifeCycle Modifier and Type Class Description classDataSourceLoginServiceDataSourceUserRealm -
Uses of LifeCycle in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement LifeCycle Modifier and Type Class Description classConnectHandlerImplementation of aHandlerthat supports HTTP CONNECT.protected classConnectHandler.ConnectManager -
Uses of LifeCycle in org.eclipse.jetty.quickstart
Classes in org.eclipse.jetty.quickstart that implement LifeCycle Modifier and Type Class Description classQuickStartWebAppQuickStartWar -
Uses of LifeCycle in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement LifeCycle Modifier and Type Class Description classRewriteHandlerRewrite handler is responsible for managing the rules. -
Uses of LifeCycle in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement LifeCycle Modifier and Type Class Description classOpenIdConfigurationHolds the configuration for an OpenID Connect service.classOpenIdLoginServiceThe implementation ofLoginServicerequired to use OpenID Connect. -
Uses of LifeCycle in org.eclipse.jetty.server
Subinterfaces of LifeCycle in org.eclipse.jetty.server Modifier and Type Interface Description interfaceConnectorAConnectoraccept connections and data from remote peers, and allows applications to send data to remote peers, by setting up the machinery needed to handle such tasks.interfaceHandlerA Jetty Server Handler.interfaceHandlerContainerA Handler that contains other Handlers.interfaceNetworkConnectorAConnectorfor TCP/IP network connectorsinterfaceSessionIdManagerSession ID Manager.Classes in org.eclipse.jetty.server that implement LifeCycle 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().classNCSARequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterclassNegotiatingServerConnectionFactoryclassNetworkTrafficServerConnectorA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classOptionalSslConnectionFactoryDeprecated.UseDetectorConnectionFactorywith aSslConnectionFactoryinstead.classProxyConnectionFactoryConnectionFactory for the PROXY Protocol.classRequestLogWriterWriter 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.Methods in org.eclipse.jetty.server with parameters of type LifeCycle Modifier and Type Method Description static voidShutdownMonitor. deregister(LifeCycle lifeCycle)static booleanShutdownMonitor. isRegistered(LifeCycle lifeCycle)static voidShutdownMonitor. register(LifeCycle... lifeCycles)protected voidServer. start(LifeCycle l) -
Uses of LifeCycle in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement LifeCycle 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.classRequestLogHandlerThis 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 LifeCycle in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement LifeCycle Modifier and Type Class Description classGzipHandlerA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of LifeCycle in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement LifeCycle Modifier and Type Class Description classNetworkTrafficSelectChannelConnectorDeprecated.useNetworkTrafficServerConnectorinstead. -
Uses of LifeCycle in org.eclipse.jetty.server.session
Subinterfaces of LifeCycle in org.eclipse.jetty.server.session Modifier and Type Interface Description interfaceSessionCacheSessionCache A working set ofSessionobjects for a context.interfaceSessionDataMapSessionDataMap A map style access to SessionData keyed by the session id.interfaceSessionDataStoreSessionDataStore A store for the data contained in a Session object.Classes in org.eclipse.jetty.server.session that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.servlet
Subinterfaces of LifeCycle in org.eclipse.jetty.servlet Modifier and Type Interface Description static interfaceServletContextHandler.ServletContainerInitializerCallerClasses in org.eclipse.jetty.servlet that implement LifeCycle 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.Methods in org.eclipse.jetty.servlet with parameters of type LifeCycle Modifier and Type Method Description protected voidServletHandler. start(LifeCycle l)protected voidServletHandler. stop(LifeCycle l) -
Uses of LifeCycle in org.eclipse.jetty.session.infinispan
Classes in org.eclipse.jetty.session.infinispan that implement LifeCycle Modifier and Type Class Description classInfinispanSessionDataStoreInfinispanSessionDataStore -
Uses of LifeCycle in org.eclipse.jetty.unixsocket
Classes in org.eclipse.jetty.unixsocket that implement LifeCycle Modifier and Type Class Description classUnixSocketConnectorA server-side connector for UNIX sockets.protected classUnixSocketConnector.UnixSocketConnectorManager -
Uses of LifeCycle in org.eclipse.jetty.unixsocket.client
Classes in org.eclipse.jetty.unixsocket.client that implement LifeCycle Modifier and Type Class Description classHttpClientTransportOverUnixSocketsclassHttpClientTransportOverUnixSockets.UnixSocketSelectorManager -
Uses of LifeCycle in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement LifeCycle Modifier and Type Class Description classAbstractLifeCycleBasic implementation of the life cycle interface for components.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 LifeCycleMethods in org.eclipse.jetty.util.component with parameters of type LifeCycle Modifier and Type Method Description voidContainerLifeCycle. addManaged(LifeCycle lifecycle)Adds a managed lifecycle.static java.lang.StringAbstractLifeCycle. getState(LifeCycle lc)voidAbstractLifeCycle.AbstractLifeCycleListener. lifeCycleFailure(LifeCycle event, java.lang.Throwable cause)Deprecated.voidFileNoticeLifeCycleListener. lifeCycleFailure(LifeCycle event, java.lang.Throwable cause)default voidLifeCycle.Listener. lifeCycleFailure(LifeCycle event, java.lang.Throwable cause)voidAbstractLifeCycle.AbstractLifeCycleListener. lifeCycleStarted(LifeCycle event)Deprecated.voidFileNoticeLifeCycleListener. lifeCycleStarted(LifeCycle event)default voidLifeCycle.Listener. lifeCycleStarted(LifeCycle event)voidStopLifeCycle. lifeCycleStarted(LifeCycle lifecycle)voidAbstractLifeCycle.AbstractLifeCycleListener. lifeCycleStarting(LifeCycle event)Deprecated.voidFileNoticeLifeCycleListener. lifeCycleStarting(LifeCycle event)default voidLifeCycle.Listener. lifeCycleStarting(LifeCycle event)voidAbstractLifeCycle.AbstractLifeCycleListener. lifeCycleStopped(LifeCycle event)Deprecated.voidFileNoticeLifeCycleListener. lifeCycleStopped(LifeCycle event)default voidLifeCycle.Listener. lifeCycleStopped(LifeCycle event)voidAbstractLifeCycle.AbstractLifeCycleListener. lifeCycleStopping(LifeCycle event)Deprecated.voidFileNoticeLifeCycleListener. lifeCycleStopping(LifeCycle event)default voidLifeCycle.Listener. lifeCycleStopping(LifeCycle event)protected voidContainerLifeCycle. start(LifeCycle l)Starts the given lifecycle.protected voidContainerLifeCycle. stop(LifeCycle l)Stops the given lifecycle.Constructors in org.eclipse.jetty.util.component with parameters of type LifeCycle Constructor Description StopLifeCycle(LifeCycle lifecycle) -
Uses of LifeCycle in org.eclipse.jetty.util.compression
Classes in org.eclipse.jetty.util.compression that implement LifeCycle Modifier and Type Class Description classCompressionPool<T>classDeflaterPoolclassInflaterPool -
Uses of LifeCycle in org.eclipse.jetty.util.preventers
Classes in org.eclipse.jetty.util.preventers that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.util.thread
Subinterfaces of LifeCycle in org.eclipse.jetty.util.thread Modifier and Type Interface Description interfaceSchedulerClasses in org.eclipse.jetty.util.thread that implement LifeCycle 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 classMethods in org.eclipse.jetty.util.thread with parameters of type LifeCycle Modifier and Type Method Description static voidShutdownThread. deregister(LifeCycle lifeCycle)static booleanShutdownThread. isRegistered(LifeCycle lifeCycle)static voidShutdownThread. register(int index, LifeCycle... lifeCycles)static voidShutdownThread. register(LifeCycle... lifeCycles) -
Uses of LifeCycle in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement LifeCycle 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 LifeCycle in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement LifeCycle Modifier and Type Class Description classWebAppContextWeb Application Context Handler. -
Uses of LifeCycle in org.eclipse.jetty.websocket.client
Classes in org.eclipse.jetty.websocket.client that implement LifeCycle Modifier and Type Class Description classWebSocketClientWebSocketClient provides a means of establishing connections to remote websocket endpoints. -
Uses of LifeCycle in org.eclipse.jetty.websocket.client.io
Classes in org.eclipse.jetty.websocket.client.io that implement LifeCycle Modifier and Type Class Description classConnectionManagerDeprecated.useHttpClientwith WebSocketClient directly -
Uses of LifeCycle in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement LifeCycle Modifier and Type Class Description classSessionTrackerclassWebSocketSession -
Uses of LifeCycle in org.eclipse.jetty.websocket.common.events
Classes in org.eclipse.jetty.websocket.common.events that implement LifeCycle Modifier and Type Class Description classAbstractEventDriverEventDriver is the main interface between the User's WebSocket POJO and the internal jetty implementation of WebSocket.classJettyAnnotatedEventDriverHandler for Annotated User WebSocket objects.classJettyListenerEventDriverHandler forWebSocketListenerbased User WebSocket implementations. -
Uses of LifeCycle in org.eclipse.jetty.websocket.common.extensions
Classes in org.eclipse.jetty.websocket.common.extensions that implement LifeCycle Modifier and Type Class Description classAbstractExtensionclassExtensionStackRepresents the stack of Extensions.classFrameCaptureExtensionclassWebSocketExtensionFactory -
Uses of LifeCycle in org.eclipse.jetty.websocket.common.extensions.compress
Classes in org.eclipse.jetty.websocket.common.extensions.compress that implement LifeCycle Modifier and Type Class Description classCompressExtensionclassDeflateFrameExtensionImplementation of the deflate-frame extension seen out in the wild.classPerMessageDeflateExtensionPer Message Deflate Compression extension for WebSocket.classXWebkitDeflateFrameExtensionImplementation of the x-webkit-deflate-frame extension seen out in the wild. -
Uses of LifeCycle in org.eclipse.jetty.websocket.common.extensions.fragment
Classes in org.eclipse.jetty.websocket.common.extensions.fragment that implement LifeCycle Modifier and Type Class Description classFragmentExtensionFragment Extension -
Uses of LifeCycle in org.eclipse.jetty.websocket.common.extensions.identity
Classes in org.eclipse.jetty.websocket.common.extensions.identity that implement LifeCycle Modifier and Type Class Description classIdentityExtension -
Uses of LifeCycle in org.eclipse.jetty.websocket.common.scopes
Classes in org.eclipse.jetty.websocket.common.scopes that implement LifeCycle Modifier and Type Class Description classSimpleContainerScope -
Uses of LifeCycle in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement LifeCycle Modifier and Type Class Description classClientContainerContainer for Client use of the javax.websocket API.classJsrSessionSession for the JSR.classJsrSessionTracker -
Uses of LifeCycle in org.eclipse.jetty.websocket.jsr356.endpoints
Classes in org.eclipse.jetty.websocket.jsr356.endpoints that implement LifeCycle Modifier and Type Class Description classAbstractJsrEventDriverclassJsrAnnotatedEventDriverBase implementation for JSR-356 Annotated event drivers.classJsrEndpointEventDriverEventDriver for websocket that extend fromEndpoint -
Uses of LifeCycle in org.eclipse.jetty.websocket.jsr356.server
Classes in org.eclipse.jetty.websocket.jsr356.server that implement LifeCycle Modifier and Type Class Description classServerContainer -
Uses of LifeCycle in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement LifeCycle Modifier and Type Class Description classNativeWebSocketConfigurationInterface for Configuring Jetty Server Native WebSocketsclassWebSocketHandlerstatic classWebSocketHandler.SimpleCreate a simple WebSocketHandler that registers a single WebSocket POJO that is created on every upgrade request.classWebSocketServerFactoryFactory to create WebSocket connectionsclassWebSocketUpgradeHandlerWrapper
-