Uses of Class
org.eclipse.jetty.util.component.AbstractLifeCycle
Packages that use AbstractLifeCycle
Package
Description
Jetty Annotations : Support for Servlet Annotations
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 JMX : Integration for JMX in Jetty
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 Memory Leak Prevention Tooling
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 AbstractLifeCycle in org.eclipse.jetty.alpn.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.alpn.server -
Uses of AbstractLifeCycle in org.eclipse.jetty.annotations
Subclasses of AbstractLifeCycle in org.eclipse.jetty.annotationsModifier and TypeClassDescriptionstatic classclassDeprecated. -
Uses of AbstractLifeCycle in org.eclipse.jetty.ant
Subclasses of AbstractLifeCycle in org.eclipse.jetty.antModifier and TypeClassDescriptionclassExtension of WebAppContext to allow configuration via Ant environment.static classAntServletHandlerstatic classAntServletHolder -
Uses of AbstractLifeCycle in org.eclipse.jetty.client
Subclasses of AbstractLifeCycle 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 AbstractLifeCycle in org.eclipse.jetty.client.dynamic
Subclasses of AbstractLifeCycle in org.eclipse.jetty.client.dynamicModifier and TypeClassDescriptionclassAHttpClientTransportthat can dynamically switch among different application protocols. -
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.deploy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.deploy -
Uses of AbstractLifeCycle in org.eclipse.jetty.deploy.providers
Subclasses of AbstractLifeCycle in org.eclipse.jetty.deploy.providersModifier and TypeClassDescriptionclassclassThe webapps directory scanning provider. -
Uses of AbstractLifeCycle in org.eclipse.jetty.fcgi.client.http
Subclasses of AbstractLifeCycle in org.eclipse.jetty.fcgi.client.http -
Uses of AbstractLifeCycle in org.eclipse.jetty.fcgi.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.fcgi.server -
Uses of AbstractLifeCycle in org.eclipse.jetty.gcloud.session
Subclasses of AbstractLifeCycle in org.eclipse.jetty.gcloud.session -
Uses of AbstractLifeCycle in org.eclipse.jetty.http.spi
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http.spi -
Uses of AbstractLifeCycle in org.eclipse.jetty.http2
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http2 -
Uses of AbstractLifeCycle in org.eclipse.jetty.http2.client
Subclasses of AbstractLifeCycle 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 AbstractLifeCycle in org.eclipse.jetty.http2.client.http
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http2.client.httpModifier and TypeClassDescriptionclassstatic classRepresentation of theHTTP/2application protocol used byHttpClientTransportDynamic.class -
Uses of AbstractLifeCycle in org.eclipse.jetty.http2.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http2.serverModifier and TypeClassDescriptionclassclassHTTP2 Clear Text Connection factory.classclassclass -
Uses of AbstractLifeCycle in org.eclipse.jetty.http3.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http3.clientModifier and TypeClassDescriptionclassHTTP3Client provides an asynchronous, non-blocking implementation to send HTTP/3 frames to a server. -
Uses of AbstractLifeCycle in org.eclipse.jetty.http3.client.http
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http3.client.httpModifier and TypeClassDescriptionclassstatic classRepresentation of theHTTP/3application protocol used byHttpClientTransportDynamic.class -
Uses of AbstractLifeCycle in org.eclipse.jetty.http3.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.http3.serverModifier and TypeClassDescriptionclassclassclassA HTTP/3 specificQuicServerConnectorthat configures QUIC parameters according to HTTP/3 requirements.class -
Uses of AbstractLifeCycle in org.eclipse.jetty.io
Subclasses of AbstractLifeCycle 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.classAConnection.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.memcached.session
Subclasses of AbstractLifeCycle in org.eclipse.jetty.memcached.sessionModifier and TypeClassDescriptionclassMemcachedSessionDataMap Uses memcached as a cache for SessionData. -
Uses of AbstractLifeCycle in org.eclipse.jetty.nosql
Subclasses of AbstractLifeCycle in org.eclipse.jetty.nosql -
Uses of AbstractLifeCycle in org.eclipse.jetty.nosql.mongodb
Subclasses of AbstractLifeCycle 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 AbstractLifeCycle in org.eclipse.jetty.osgi.boot
Subclasses of AbstractLifeCycle in org.eclipse.jetty.osgi.bootModifier and TypeClassDescriptionclassAbstractContextProvider Base class for DeploymentManager Providers that can deploy ContextHandlers into Jetty that have been discovered via OSGI either as bundles or services.classAbstractWebAppProviderclassBundleContextProviderclassBundleWebAppProviderclassServiceContextProvider Jetty DeploymentManager Provider that is able to deploy ContextHandlers discovered via OSGi as services.classServiceWebAppProvider -
Uses of AbstractLifeCycle in org.eclipse.jetty.plus.security
Subclasses of AbstractLifeCycle in org.eclipse.jetty.plus.security -
Uses of AbstractLifeCycle in org.eclipse.jetty.proxy
Subclasses of AbstractLifeCycle in org.eclipse.jetty.proxyModifier and TypeClassDescriptionclassImplementation of aHandlerthat supports HTTP CONNECT.protected class -
Uses of AbstractLifeCycle in org.eclipse.jetty.quic.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.quic.clientModifier and TypeClassDescriptionclassClient specific implementation ofProtocolSession.classThe client specific implementation ofQuicSession.classA QUIC specificClientConnector.Configurator. -
Uses of AbstractLifeCycle in org.eclipse.jetty.quic.common
Subclasses of AbstractLifeCycle 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.classA container that tracksQuicSessioninstances. -
Uses of AbstractLifeCycle in org.eclipse.jetty.quic.server
Subclasses of AbstractLifeCycle 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 AbstractLifeCycle in org.eclipse.jetty.rewrite.handler
Subclasses of AbstractLifeCycle in org.eclipse.jetty.rewrite.handlerModifier and TypeClassDescriptionclassRewrite handler is responsible for managing the rules. -
Uses of AbstractLifeCycle in org.eclipse.jetty.security
Subclasses of AbstractLifeCycle 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.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.classStore of user authentication and authorization information. -
Uses of AbstractLifeCycle in org.eclipse.jetty.security.openid
Subclasses of AbstractLifeCycle in org.eclipse.jetty.security.openidModifier and TypeClassDescriptionclassHolds the configuration for an OpenID Connect service.classThe implementation ofLoginServicerequired to use OpenID Connect. -
Uses of AbstractLifeCycle in org.eclipse.jetty.server
Subclasses of AbstractLifeCycle 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 Listener that limits the rate at which new connections are acceptedclassThis 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.classAn asynchronously writing RequestLogWriterclassA Listener that limits the number of Connections.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()classclassA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classDeprecated.classConnectionFactory for the PROXY Protocol.classWriter 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 classclassRequest log writer using a Slf4jLog LoggerclassclassAn 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.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 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.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 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.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.classHolds a ServletContainerInitializer.classServlet Context.static classDeprecated.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.classServlet Instance and Context Holder.classServletTester is not best practice and may be deprecated and eventually removed in future Jetty versions. -
Uses of AbstractLifeCycle in org.eclipse.jetty.session.infinispan
Subclasses of AbstractLifeCycle in org.eclipse.jetty.session.infinispan -
Uses of AbstractLifeCycle in org.eclipse.jetty.unixsocket.client
Subclasses of AbstractLifeCycle 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 AbstractLifeCycle in org.eclipse.jetty.unixsocket.server
Subclasses of AbstractLifeCycle 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 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.classDriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader. -
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 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.classA TryExecutor using pre-allocated/reserved threads from an external 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 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 AbstractLifeCycle in org.eclipse.jetty.webapp
Subclasses of AbstractLifeCycle in org.eclipse.jetty.webapp -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.client -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.common
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.commonModifier and TypeClassDescriptionclassFactory to createJettyWebSocketFrameHandlerinstances suitable for use with jetty-native websocket API.class -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.core
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.coreModifier and TypeClassDescriptionclassA collection of components which are the resources needed for websockets such asByteBufferPool,WebSocketExtensionRegistry, andDecoratedObjectFactory. -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.core.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.core.client -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.core.server
Subclasses of AbstractLifeCycle 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 AbstractLifeCycle in org.eclipse.jetty.websocket.jakarta.client
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.jakarta.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 AbstractLifeCycle in org.eclipse.jetty.websocket.jakarta.client.internal
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.jakarta.client.internalModifier and TypeClassDescriptionclassContainer for Client use of the jakarta.websocket API. -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.jakarta.common
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.jakarta.common -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.jakarta.server.internal
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.jakarta.server.internal -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.server
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.server -
Uses of AbstractLifeCycle in org.eclipse.jetty.websocket.server.internal
Subclasses of AbstractLifeCycle in org.eclipse.jetty.websocket.server.internal
DetectorConnectionFactorywith aSslConnectionFactoryinstead.