Uses of Interface
org.eclipse.jetty.util.component.Destroyable
Packages that use Destroyable
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 Http : Tools for Http processing
Jetty IO : Core classes for Jetty IO subsystem
Jetty Jaas : Support for Jaas
Jetty JMX : Integration for JMX in Jetty
Jetty Jndi : Java Naming Directory Interface
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 Destroyable in org.eclipse.jetty.alpn.server
Classes in org.eclipse.jetty.alpn.server that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement DestroyableModifier and TypeClassDescriptionclass
Extension of WebAppContext to allow configuration via Ant environment.static class
AntServletHandler -
Uses of Destroyable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement DestroyableModifier and TypeClassDescriptionclass
class
class
class
class
A destination for those network transports that are duplex (e.g.class
ContentDecoder
for the "gzip" encoding.class
HttpClient provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.class
class
class
class
A destination for those transports that are multiplex (e.g.class
AConnectionPool
that provides connections randomly among the ones that are available.class
AConnectionPool
that attempts to provide connections using a round-robin algorithm.class
Deprecated.class
A connection pool that validates connections before making them available for use. -
Uses of Destroyable in org.eclipse.jetty.client.dynamic
Classes in org.eclipse.jetty.client.dynamic that implement DestroyableModifier and TypeClassDescriptionclass
AHttpClientTransport
that can dynamically switch among different application protocols. -
Uses of Destroyable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.deploy.providers
Classes in org.eclipse.jetty.deploy.providers that implement DestroyableModifier and TypeClassDescriptionclass
class
The webapps directory scanning provider. -
Uses of Destroyable in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.gcloud.session
Classes in org.eclipse.jetty.gcloud.session that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement DestroyableModifier and TypeClassDescriptionclass
Decoder for the "gzip" content encoding. -
Uses of Destroyable in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.http2.client
Classes in org.eclipse.jetty.http2.client that implement DestroyableModifier and TypeClassDescriptionclass
HTTP2Client provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server.class
-
Uses of Destroyable in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement DestroyableModifier and TypeClassDescriptionclass
static class
Representation of theHTTP/2
application protocol used byHttpClientTransportDynamic
.class
-
Uses of Destroyable in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement DestroyableModifier and TypeClassDescriptionclass
class
HTTP2 Clear Text Connection factory.class
class
class
-
Uses of Destroyable in org.eclipse.jetty.http3.client
Classes in org.eclipse.jetty.http3.client that implement DestroyableModifier and TypeClassDescriptionclass
HTTP3Client provides an asynchronous, non-blocking implementation to send HTTP/3 frames to a server. -
Uses of Destroyable in org.eclipse.jetty.http3.client.http
Classes in org.eclipse.jetty.http3.client.http that implement DestroyableModifier and TypeClassDescriptionclass
static class
Representation of theHTTP/3
application protocol used byHttpClientTransportDynamic
.class
-
Uses of Destroyable in org.eclipse.jetty.http3.server
Classes in org.eclipse.jetty.http3.server that implement DestroyableModifier and TypeClassDescriptionclass
class
class
A HTTP/3 specificQuicServerConnector
that configures QUIC parameters according to HTTP/3 requirements.class
-
Uses of Destroyable in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement DestroyableModifier and TypeClassDescriptionstatic class
A holder for a list of protocol strings identifying an application protocol (for example["h2", "h2-17", "h2-16"]
) and aClientConnectionFactory
that creates connections that speak that network protocol.class
The client-side component that connects to server sockets.protected class
static class
Configures aClientConnector
.class
An abstract implementation of a timeout.class
CyclicTimeouts<T extends CyclicTimeouts.Expirable>
An implementation of a timeout that manages manyexpirable
entities whose timeouts are mostly cancelled or re-scheduled.class
class
ManagedSelector
wraps aSelector
simplifying non-blocking operations on channels.class
SelectorManager
manages a number ofManagedSelector
s that simplify the non-blocking primitives provided by the JVM via thejava.nio
package. -
Uses of Destroyable in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement DestroyableModifier and TypeClassDescriptionclass
JAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of Destroyable in org.eclipse.jetty.jmx
Classes in org.eclipse.jetty.jmx that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.jndi
Classes in org.eclipse.jetty.jndi that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.nosql
Classes in org.eclipse.jetty.nosql that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb that implement DestroyableModifier and TypeClassDescriptionclass
MongoSessionDataStore 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 Destroyable in org.eclipse.jetty.plus.security
Classes in org.eclipse.jetty.plus.security that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement DestroyableModifier and TypeClassDescriptionclass
A specialized transformer forAsyncMiddleManServlet
that performs the transformation when the whole content has been received.class
Implementation of aHandler
that supports HTTP CONNECT.protected class
-
Uses of Destroyable in org.eclipse.jetty.quic.client
Classes in org.eclipse.jetty.quic.client that implement DestroyableModifier and TypeClassDescriptionclass
Client specific implementation ofProtocolSession
.class
The client specific implementation ofQuicSession
.class
A QUIC specificClientConnector.Configurator
. -
Uses of Destroyable in org.eclipse.jetty.quic.common
Classes in org.eclipse.jetty.quic.common that implement DestroyableModifier and TypeClassDescriptionclass
Represents an established stateful connection with a remote peer for a specific QUIC connection ID.class
Represents a logical connection with a remote peer, identified by a QUIC connection ID. -
Uses of Destroyable in org.eclipse.jetty.quic.server
Classes in org.eclipse.jetty.quic.server that implement DestroyableModifier and TypeClassDescriptionclass
A server side network connector that uses aDatagramChannel
to listen on a network port for QUIC traffic.class
Server specific implementation ofProtocolSession
.class
The server specific implementation ofQuicSession
. -
Uses of Destroyable in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement DestroyableModifier and TypeClassDescriptionclass
Rewrite handler is responsible for managing the rules. -
Uses of Destroyable in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement DestroyableModifier and TypeClassDescriptionclass
AbstractLoginService Base class for LoginServices that allows subclasses to provide the user authentication and authorization information, but provides common behaviour such as handling authentication.class
A configurable (as opposed to using system properties) SPNEGO LoginService.class
ConstraintSecurityHandlerclass
An implementation of a LoginService that stores users and roles in-memory in HashMaps.class
JDBC as a source of user authentication and authorization information.class
Abstract SecurityHandler. -
Uses of Destroyable in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement DestroyableModifier and TypeClassDescriptionclass
Holds the configuration for an OpenID Connect service.class
The implementation ofLoginService
required to use OpenID Connect. -
Uses of Destroyable in org.eclipse.jetty.server
Subinterfaces of Destroyable in org.eclipse.jetty.serverClasses in org.eclipse.jetty.server that implement DestroyableModifier and TypeClassDescriptionclass
Provides the common handling forConnectionFactory
implementations.class
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
An abstract Network Connector.class
A flexible RequestLog, which produces log strings in a customizable format.class
AConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.class
A Connection Factory for HTTP Connections.class
A local connector, mostly for testing purposes.class
A monitor for low resources, low resources can be detected by:ThreadPool.isLowOnThreads()
ifConnector.getExecutor()
is an instance ofThreadPool
andLowResourceMonitor.setMonitorThreads(boolean)
is true. IfLowResourceMonitor.setMaxMemory(long)
is non zero then low resources is detected if the JVMsRuntime
instance hasRuntime.totalMemory()
minusRuntime.freeMemory()
greater thanLowResourceMonitor.getMaxMemory()
class
class
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
Deprecated.UseDetectorConnectionFactory
with aSslConnectionFactory
instead.class
ConnectionFactory for the PROXY Protocol.class
Jetty HTTP Servlet Server.class
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.protected class
class
-
Uses of Destroyable in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement DestroyableModifier and TypeClassDescriptionclass
AbstractHandler.static class
Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.class
Abstract Handler Container.class
A handler wrapper that provides the framework to asynchronously delay the handling of a request.class
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
ContextHandler.class
ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.class
Debug Handler.class
Default Handler.class
Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.class
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
A collection of handlers.class
HandlerList.class
AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.class
AHandlerContainer
that allows a hot swap of a wrapped handler.class
Handler to adjust the idle timeout of requests while dispatched.class
InetAddress Access Handlerclass
Moved ContextHandler.class
This handler provides an alternate way (other thanServer.setRequestLog(RequestLog)
) to log request, that can be applied to a particular handler (eg context).class
Resource Handler.class
ScopedHandler.class
SecuredRedirectHandler redirects fromhttp
tohttps
.class
A handler that shuts the server down on a valid request.class
class
Handler to limit the threads per IP address for DOS protection -
Uses of Destroyable in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement DestroyableModifier and TypeClassDescriptionclass
A Handler that can dynamically GZIP uncompress requests, and compress responses.class
An HttpInput Interceptor that inflates GZIP encoded request content. -
Uses of Destroyable in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement DestroyableModifier and TypeClassDescriptionclass
AbstractSessionCache A base implementation of theSessionCache
interface for managing a set of Session objects pertaining to a context in memory.class
AbstractSessionDataStoreclass
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.class
DefaultSessionCache A session store that keeps its sessions in memory within a concurrent mapclass
DefaultSessionIdManager 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).class
FileSessionDataStore A file-based store of session data.class
JDBCSessionDataStore Session data stored in databaseclass
NullSessionCache Does not actually cache any Session objects.class
NullSessionDataStore Does not actually store anything, useful for testing.class
SessionHandler. -
Uses of Destroyable in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement DestroyableModifier and TypeClassDescriptionclass
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.class
Servlet Context.static class
Bean that is added to the ServletContextHandler to start all of the ServletContainerInitializers by starting their corresponding ServletContainerInitializerHolders when this bean is itself started.class
Servlet HttpHandler.class
ServletTester is not best practice and may be deprecated and eventually removed in future Jetty versions. -
Uses of Destroyable in org.eclipse.jetty.session.infinispan
Classes in org.eclipse.jetty.session.infinispan that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.unixsocket.client
Classes in org.eclipse.jetty.unixsocket.client that implement DestroyableModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.use anyHttpClientTransport
withClientConnector.forUnixDomain(Path)
instead (requires Java 16 or later) -
Uses of Destroyable in org.eclipse.jetty.unixsocket.server
Classes in org.eclipse.jetty.unixsocket.server that implement DestroyableModifier and TypeClassDescriptionclass
Deprecated, 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 class
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Destroyable in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement DestroyableModifier and TypeClassDescriptionclass
Scanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners. -
Uses of Destroyable in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement DestroyableModifier and TypeClassDescriptionclass
An Attributes implementation that holds it's values in an immutableContainerLifeCycle
class
A ContainerLifeCycle is anLifeCycle
implementation for a collection of contained beans.class
-
Uses of Destroyable in org.eclipse.jetty.util.compression
Classes in org.eclipse.jetty.util.compression that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement DestroyableModifier and TypeClassDescriptionclass
TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
. -
Uses of Destroyable in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement DestroyableModifier and TypeClassDescriptionclass
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
A thread pool with a queue of jobs to execute. -
Uses of Destroyable in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement DestroyableModifier and TypeClassDescriptionclass
An adaptive execution strategy that uses theInvocable
status 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.class
Deprecated, for removal: This API element is subject to removal in a future version.This class has been renamed toAdaptiveExecutionStrategy
-
Uses of Destroyable in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.websocket.client
Classes in org.eclipse.jetty.websocket.client that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement DestroyableModifier and TypeClassDescriptionclass
Factory to createJettyWebSocketFrameHandler
instances suitable for use with jetty-native websocket API. -
Uses of Destroyable in org.eclipse.jetty.websocket.core
Classes in org.eclipse.jetty.websocket.core that implement DestroyableModifier and TypeClassDescriptionclass
A collection of components which are the resources needed for websockets such asByteBufferPool
,WebSocketExtensionRegistry
, andDecoratedObjectFactory
. -
Uses of Destroyable in org.eclipse.jetty.websocket.core.client
Classes in org.eclipse.jetty.websocket.core.client that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.websocket.core.server
Classes in org.eclipse.jetty.websocket.core.server that implement DestroyableModifier and TypeClassDescriptionclass
A collection of components which are the resources needed for websockets such asByteBufferPool
,WebSocketExtensionRegistry
, andDecoratedObjectFactory
.class
-
Uses of Destroyable in org.eclipse.jetty.websocket.jakarta.client
Classes in org.eclipse.jetty.websocket.jakarta.client that implement DestroyableModifier and TypeClassDescriptionclass
This manages the LifeCycle ofWebSocketContainer
instances 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 Destroyable in org.eclipse.jetty.websocket.jakarta.client.internal
Classes in org.eclipse.jetty.websocket.jakarta.client.internal that implement DestroyableModifier and TypeClassDescriptionclass
Container for Client use of the jakarta.websocket API. -
Uses of Destroyable in org.eclipse.jetty.websocket.jakarta.common
Classes in org.eclipse.jetty.websocket.jakarta.common that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.websocket.jakarta.server.internal
Classes in org.eclipse.jetty.websocket.jakarta.server.internal that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Destroyable -
Uses of Destroyable in org.eclipse.jetty.websocket.server.internal
Classes in org.eclipse.jetty.websocket.server.internal that implement Destroyable
CyclicTimeouts
instead.