Uses of Interface
org.eclipse.jetty.util.component.Container
Packages that use Container
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Webapp Deployment Providers
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty IO : Core classes for Jetty IO subsystem
Jetty JMX : Integration for JMX in Jetty
Jetty NoSql : Generic Nosql Session Management
Jetty NoSql : MongoDB Integration
Jetty Plus : Limited JEE Security 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 Jaas : Support for Jaas
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Container in org.eclipse.jetty.alpn.server
Classes in org.eclipse.jetty.alpn.server that implement Container -
Uses of Container in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement ContainerModifier and TypeClassDescriptionclassclassclassclassA connection pool that provides connections for both directions of communication.classHttpClient provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.classclassAConnectionPoolthat 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 Container in org.eclipse.jetty.client.transport
Classes in org.eclipse.jetty.client.transport that implement ContainerModifier and TypeClassDescriptionstatic classRepresentation of theHTTP/1.1application protocol used byHttpClientTransportDynamic.classAHttpClientTransportthat can dynamically switch among different application protocols.classclass -
Uses of Container in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy that implement Container -
Uses of Container in org.eclipse.jetty.deploy.providers
Classes in org.eclipse.jetty.deploy.providers that implement ContainerModifier and TypeClassDescriptionclassThe webapps directory scanning provider.class -
Uses of Container in org.eclipse.jetty.docs.programming.migration
Classes in org.eclipse.jetty.docs.programming.migration that implement ContainerModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Container in org.eclipse.jetty.docs.programming.server
Classes in org.eclipse.jetty.docs.programming.server that implement Container -
Uses of Container in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement ContainerModifier and TypeClassDescriptionclassHandler to eagerly and asynchronously read and parseMimeTypes.Type.FORM_ENCODEDandMimeTypes.Type.MULTIPART_FORM_DATAcontent prior to invoking theServletHandler, which can then consume them with blocking APIs but without blocking.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.class -
Uses of Container in org.eclipse.jetty.ee10.servlet.security
Classes in org.eclipse.jetty.ee10.servlet.security that implement Container -
Uses of Container in org.eclipse.jetty.ee10.webapp
Classes in org.eclipse.jetty.ee10.webapp that implement Container -
Uses of Container in org.eclipse.jetty.ee10.websocket.jakarta.client
Classes in org.eclipse.jetty.ee10.websocket.jakarta.client that implement ContainerModifier and TypeClassDescriptionclassContainer for Client use of the jakarta.websocket API. -
Uses of Container in org.eclipse.jetty.ee10.websocket.jakarta.client.webapp
Classes in org.eclipse.jetty.ee10.websocket.jakarta.client.webapp that implement ContainerModifier 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 Container in org.eclipse.jetty.ee10.websocket.jakarta.common
Classes in org.eclipse.jetty.ee10.websocket.jakarta.common that implement Container -
Uses of Container in org.eclipse.jetty.ee10.websocket.jakarta.server
Classes in org.eclipse.jetty.ee10.websocket.jakarta.server that implement Container -
Uses of Container in org.eclipse.jetty.ee10.websocket.server
Classes in org.eclipse.jetty.ee10.websocket.server that implement Container -
Uses of Container in org.eclipse.jetty.ee8.nested
Classes in org.eclipse.jetty.ee8.nested that implement ContainerModifier 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.classclassDebug Handler.classHandler for Error pagesclassA 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 HandlerclassResource Handler.classScopedHandler.classSecuredRedirectHandler redirects fromhttptohttps.classclassHandler to limit the threads per IP address for DOS protection -
Uses of Container in org.eclipse.jetty.ee8.security
Classes in org.eclipse.jetty.ee8.security that implement ContainerModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassSelect and apply anAuthenticatorto a request. -
Uses of Container in org.eclipse.jetty.ee8.servlet
Classes in org.eclipse.jetty.ee8.servlet that implement ContainerModifier 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 Container in org.eclipse.jetty.ee8.webapp
Classes in org.eclipse.jetty.ee8.webapp that implement Container -
Uses of Container in org.eclipse.jetty.ee8.websocket.client
Classes in org.eclipse.jetty.ee8.websocket.client that implement Container -
Uses of Container in org.eclipse.jetty.ee8.websocket.common
Classes in org.eclipse.jetty.ee8.websocket.common that implement ContainerModifier and TypeClassDescriptionclassFactory to createJettyWebSocketFrameHandlerinstances suitable for use with jetty-native websocket API. -
Uses of Container in org.eclipse.jetty.ee8.websocket.javax.client
Classes in org.eclipse.jetty.ee8.websocket.javax.client that implement ContainerModifier and TypeClassDescriptionclassContainer for Client use of the javax.websocket API. -
Uses of Container in org.eclipse.jetty.ee8.websocket.javax.client.webapp
Classes in org.eclipse.jetty.ee8.websocket.javax.client.webapp that implement ContainerModifier 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 Container in org.eclipse.jetty.ee8.websocket.javax.common
Classes in org.eclipse.jetty.ee8.websocket.javax.common that implement Container -
Uses of Container in org.eclipse.jetty.ee8.websocket.javax.server
Classes in org.eclipse.jetty.ee8.websocket.javax.server that implement Container -
Uses of Container in org.eclipse.jetty.ee8.websocket.server
Classes in org.eclipse.jetty.ee8.websocket.server that implement Container -
Uses of Container in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement ContainerModifier 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.classclassDebug Handler.classHandler for Error pagesclassA 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 HandlerclassResource Handler.classScopedHandler.classSecuredRedirectHandler redirects fromhttptohttps.classclassHandler to limit the threads per IP address for DOS protection -
Uses of Container in org.eclipse.jetty.ee9.security
Classes in org.eclipse.jetty.ee9.security that implement ContainerModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassSelect and apply anAuthenticatorto a request. -
Uses of Container in org.eclipse.jetty.ee9.servlet
Classes in org.eclipse.jetty.ee9.servlet that implement ContainerModifier 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 Container in org.eclipse.jetty.ee9.webapp
Classes in org.eclipse.jetty.ee9.webapp that implement Container -
Uses of Container in org.eclipse.jetty.ee9.websocket.client
Classes in org.eclipse.jetty.ee9.websocket.client that implement Container -
Uses of Container in org.eclipse.jetty.ee9.websocket.common
Classes in org.eclipse.jetty.ee9.websocket.common that implement ContainerModifier and TypeClassDescriptionclassFactory to createJettyWebSocketFrameHandlerinstances suitable for use with jetty-native websocket API. -
Uses of Container in org.eclipse.jetty.ee9.websocket.jakarta.client
Classes in org.eclipse.jetty.ee9.websocket.jakarta.client that implement ContainerModifier and TypeClassDescriptionclassContainer for Client use of the jakarta.websocket API. -
Uses of Container in org.eclipse.jetty.ee9.websocket.jakarta.client.webapp
Classes in org.eclipse.jetty.ee9.websocket.jakarta.client.webapp that implement ContainerModifier 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 Container in org.eclipse.jetty.ee9.websocket.jakarta.common
Classes in org.eclipse.jetty.ee9.websocket.jakarta.common that implement Container -
Uses of Container in org.eclipse.jetty.ee9.websocket.jakarta.server
Classes in org.eclipse.jetty.ee9.websocket.jakarta.server that implement Container -
Uses of Container in org.eclipse.jetty.ee9.websocket.server
Classes in org.eclipse.jetty.ee9.websocket.server that implement Container -
Uses of Container in org.eclipse.jetty.fcgi.client.transport
Classes in org.eclipse.jetty.fcgi.client.transport that implement Container -
Uses of Container in org.eclipse.jetty.fcgi.proxy
Classes in org.eclipse.jetty.fcgi.proxy that implement ContainerModifier and TypeClassDescriptionclassSpecific implementation ofProxyHandler.Reversefor FastCGI. -
Uses of Container in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement Container -
Uses of Container in org.eclipse.jetty.hazelcast.session
Classes in org.eclipse.jetty.hazelcast.session that implement ContainerModifier and TypeClassDescriptionclassSession data stored in Hazelcast -
Uses of Container in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Container -
Uses of Container in org.eclipse.jetty.http2.client
Classes in org.eclipse.jetty.http2.client that implement ContainerModifier and TypeClassDescriptionclassHTTP2Client provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server. -
Uses of Container in org.eclipse.jetty.http2.client.transport
Classes in org.eclipse.jetty.http2.client.transport that implement ContainerModifier and TypeClassDescriptionclassstatic classRepresentation of theHTTP/2application protocol used byHttpClientTransportDynamic.class -
Uses of Container in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement ContainerModifier and TypeClassDescriptionclassclassHTTP2 Clear Text Connection factory.classclass -
Uses of Container in org.eclipse.jetty.http3
Classes in org.eclipse.jetty.http3 that implement Container -
Uses of Container in org.eclipse.jetty.http3.client
Classes in org.eclipse.jetty.http3.client that implement ContainerModifier and TypeClassDescriptionclassclassHTTP3Client provides an asynchronous, non-blocking implementation to send HTTP/3 frames to a server.class -
Uses of Container in org.eclipse.jetty.http3.client.transport
Classes in org.eclipse.jetty.http3.client.transport that implement ContainerModifier and TypeClassDescriptionclassstatic classRepresentation of theHTTP/3application protocol used byHttpClientTransportDynamic.class -
Uses of Container in org.eclipse.jetty.http3.server
Classes in org.eclipse.jetty.http3.server that implement ContainerModifier and TypeClassDescriptionclassclassclassDeprecated, for removal: This API element is subject to removal in a future version.useQuicServerConnectorinsteadclass -
Uses of Container in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement ContainerModifier and TypeClassDescriptionstatic classA holder for a list of protocol strings identifiers (for example["h2", "h2-17", "h2-16"]) and aClientConnectionFactorythat creates connections that speak an application protocol such as HTTP.classThe client-side component that connects to server sockets.protected classstatic classDeprecated, for removal: This API element is subject to removal in a future version.replaced byTransportclassManagedSelectorwraps 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 Container in org.eclipse.jetty.jmx
Methods in org.eclipse.jetty.jmx with parameters of type Container -
Uses of Container in org.eclipse.jetty.nosql
Classes in org.eclipse.jetty.nosql that implement Container -
Uses of Container in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb that implement ContainerModifier 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 Container in org.eclipse.jetty.plus.security
Classes in org.eclipse.jetty.plus.security that implement Container -
Uses of Container in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement ContainerModifier and TypeClassDescriptionclassAHandlerthat can be used to implement aforward proxy ("proxy")or areverse proxy ("gateway")as defined by RFC 7230.static classAProxyHandlerthat can be used to implement a forward proxy server.static classAProxyHandlerthat can be used to implement a reverse proxy. -
Uses of Container in org.eclipse.jetty.quic.client
Classes in org.eclipse.jetty.quic.client that implement ContainerModifier and TypeClassDescriptionclassClient specific implementation ofProtocolSession.classClient-sideQuicConfigurationwith client-specific settings.classThe client specific implementation ofQuicSession.classDeprecated, for removal: This API element is subject to removal in a future version.replaced byTransport -
Uses of Container in org.eclipse.jetty.quic.common
Classes in org.eclipse.jetty.quic.common that implement ContainerModifier and TypeClassDescriptionclassRepresents an established stateful connection with a remote peer for a specific QUIC connection ID.classA record that captures QUIC configuration parameters.classRepresents a logical connection with a remote peer, identified by a QUIC connection ID. -
Uses of Container in org.eclipse.jetty.quic.server
Classes in org.eclipse.jetty.quic.server that implement ContainerModifier and TypeClassDescriptionclassclassA server side network connector that uses aDatagramChannelto listen on a network port for QUIC traffic.classServer specific implementation ofProtocolSession.classServer-sideQuicConfigurationwith server-specific settings.classThe server specific implementation ofQuicSession. -
Uses of Container in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement ContainerModifier and TypeClassDescriptionclassRewriteHandlerrewrites incoming requests through a set ofRules. -
Uses of Container in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement ContainerModifier 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.classAn 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.static classA concrete implementation ofSecurityHandlerthat uses aPathMappingsto match request to a list ofConstraints, which are applied in the order of least significant to most significant.classA configurable (as opposed to using system properties) SPNEGO LoginService.classStore of user authentication and authorization information. -
Uses of Container in org.eclipse.jetty.security.jaas
Classes in org.eclipse.jetty.security.jaas that implement ContainerModifier and TypeClassDescriptionclassImplementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of Container in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement ContainerModifier and TypeClassDescriptionclassHolds the configuration for an OpenID Connect service.classThe implementation ofLoginServicerequired to use OpenID Connect. -
Uses of Container in org.eclipse.jetty.server
Subinterfaces of Container in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptioninterfaceAConnectoraccept 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.interfaceAConnectorfor TCP/IP network connectorsClasses in org.eclipse.jetty.server that implement ContainerModifier 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.static classAn abstract implementation ofHandlerthat is aContainerLifeCycle.static classAn abstractHandlerwith aInvocable.InvocationType.NON_BLOCKINGinvocation type.static classAHandler.Abstractthat implementsHandler.Container.static classAHandler.Containerthat contains an ordered list of childrenHandlers whoseRequest.Handler.handle(Request, Response, Callback)method is invoked in sequence on each child until a child returnstrue.static classAn implementation ofHandler.Singleton, which is aHandler.Containerthat wraps one single otherHandler.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()classA serverConnectorthat allows clients to communicate via memory.classclassA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classDeprecated.UseDetectorConnectionFactorywith aSslConnectionFactoryinstead.classConnectionFactory for the PROXY Protocol.classclassThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.protected classclassDeprecated, for removal: This API element is subject to removal in a future version.useSizeLimitHandlerinstead.class -
Uses of Container in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement ContainerModifier and TypeClassDescriptionclassDeprecated.UseHandler.AbstractclassDeprecated.classA Handler that can apply a mechanism to buffer the entire response content until the output is closed.classAHandler.Wrapperthat conditionally handles aRequest.static classAn AbstractConditionalHandler.static classAn implementation ofConditionalHandlerthat, if conditions are met, will not do any further handling by returningfalsefromConditionalHandler.DontHandle.onConditionsMet(Request, Response, Callback).static classAn abstract implementation ofConditionalHandlerthat, if conditions are not met, will call theConditionalHandler.nextHandler(Request, Response, Callback)fromConditionalHandler.ElseNext.onConditionsNotMet(Request, Response, Callback).static classAn implementation ofConditionalHandlerthat, if conditions are met, will reject the request by sending a response (by default aHttpStatus.FORBIDDEN_403).static classAn implementation ofConditionalHandlerthat, if conditions are met, will skip the nextHandlerby invoking itsnext Handler.classImplementation of aHandlerthat supports HTTP CONNECT.protected classclassclassCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classImplementation of the CORS protocol defined by the fetch standard.classDebug Handler.classDefault Handler.classclassAHandler.Wrapperthat fires events during the processing of the requests.classHandler to track active requests and allow them to gracefully complete.classAHandlerContainerthat allows a hot swap of a wrapped handler.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassAHandlerthat helps recording the total latency of the requests executed by the wrapped handler.classAContextHandlerwith a childHandlerthat redirects to a configurable URI.classA Handler that delegates to other handlers through a configuredPathMappings.classA quality of serviceHandlerthatconditionallylimits the number of concurrent requests, to provide more predictable end-user experience in case descendantHandlers have limited capacity.classResource Handler will serve static content and handle If-Modified-Since headers.static classUtility class to create a ContextHandler containing a ResourceHandler.classForces a redirect to the secure form of the resource before allowed to access the resource.classAHandlerthat initiates a Shutdown of the Jetty Server it belongs to.classAHandlerthat can limit the size of message bodies in requests and responses.classA troubleshootingHandler.Wrapperthat tracks whetherHandler/Request/Responseasynchronous APIs are properly used by applications.classstatic classChecks that the wrapped handler can read/write at a minimal rate of N bytes per second.classHandler to limit the number of concurrent threads per remote IP address, for DOS protection.classInspired by nginx'stry_filesfunctionality. -
Uses of Container in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Container -
Uses of Container in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement ContainerModifier and TypeClassDescriptionclassAbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classAbstractSessionDataStoreclassAbstractSessionHandler Class to implement most non-servlet-spec specific session behaviour.classCachingSessionDataStore 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 databaseclassDoes not actually cache any Session objects.classNullSessionDataStore Does not actually store anything, useful for testing.classclassA simple core SessionHandler -
Uses of Container in org.eclipse.jetty.unixdomain.server
Classes in org.eclipse.jetty.unixdomain.server that implement ContainerModifier and TypeClassDescriptionclassAConnectorimplementation for Unix-Domain server socket channels.protected class -
Uses of Container in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement ContainerModifier and TypeClassDescriptionclassScanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners. -
Uses of Container in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement ContainerModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.Methods in org.eclipse.jetty.util.component with parameters of type ContainerModifier and TypeMethodDescriptionvoidvoidContainer.Listener.beanRemoved(Container parent, Object child) static voidDumpable.dumpContainer(Appendable out, String indent, Container object, boolean last) static CompletableFuture<Void> Utility method to shutdown all Gracefuls within a container. -
Uses of Container in org.eclipse.jetty.util.compression
Classes in org.eclipse.jetty.util.compression that implement ContainerMethods in org.eclipse.jetty.util.compression with parameters of type ContainerModifier and TypeMethodDescriptionstatic DeflaterPoolDeflaterPool.ensurePool(Container container) static InflaterPoolInflaterPool.ensurePool(Container container) -
Uses of Container in org.eclipse.jetty.util.resource
Methods in org.eclipse.jetty.util.resource with parameters of type ContainerModifier and TypeMethodDescriptionstatic ResourceFactoryA new ResourceFactory tied to a Jetty ComponentContainer, to allow its allocated resources to be cleaned up during the normal component lifecycle behavior. -
Uses of Container in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement ContainerModifier 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 Container in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement ContainerModifier 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.classAn implementation ofThreadPoolinterface that does not pool, but instead usesVirtualThreads. -
Uses of Container in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement ContainerModifier 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 Container in org.eclipse.jetty.websocket.client
Classes in org.eclipse.jetty.websocket.client that implement Container -
Uses of Container in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement ContainerModifier and TypeClassDescriptionclassFactory to createJettyWebSocketFrameHandlerinstances suitable for use with jetty-native websocket API. -
Uses of Container in org.eclipse.jetty.websocket.core
Classes in org.eclipse.jetty.websocket.core that implement ContainerModifier and TypeClassDescriptionclassA collection of components which are the resources needed for websockets such asByteBufferPool,WebSocketExtensionRegistry, andDecoratedObjectFactory. -
Uses of Container in org.eclipse.jetty.websocket.core.client
Classes in org.eclipse.jetty.websocket.core.client that implement Container -
Uses of Container in org.eclipse.jetty.websocket.core.server
Classes in org.eclipse.jetty.websocket.core.server that implement ContainerModifier and TypeClassDescriptionclassA collection of components which are the resources needed for websockets such asByteBufferPool,WebSocketExtensionRegistry, andDecoratedObjectFactory.class -
Uses of Container in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Container