Uses of Interface
org.eclipse.jetty.util.component.Destroyable
-
Packages that use Destroyable Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.http org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.jaas Jetty Jaas : Support for Jaasorg.eclipse.jetty.jmx Jetty JMX : Integration for JMX in Jettyorg.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.server.nio Jetty Server : Core Server Connectororg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy org.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of Destroyable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Destroyable Modifier and Type Class Description class
AbstractConnectionPool
class
AbstractConnectorHttpClientTransport
protected class
AbstractConnectorHttpClientTransport.ClientSelectorManager
class
AbstractHttpClientTransport
class
DuplexConnectionPool
class
GZIPContentDecoder
ContentDecoder
for the "gzip" encoding.class
HttpClient
HttpClient
provides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.private class
HttpConnection.RequestTimeouts
class
HttpDestination
private class
HttpDestination.RequestTimeouts
Enforces the total timeout for for exchanges that are still in the queue.private class
HttpReceiver.Decoder
Implements the decoding of content, producing decoded buffers only if there is demand for content.class
LeakTrackingConnectionPool
class
MultiplexConnectionPool
class
MultiplexHttpDestination
class
PoolingHttpDestination
class
RandomConnectionPool
AConnectionPool
that provides connections randomly among the ones that are available.class
RoundRobinConnectionPool
AConnectionPool
that attempts to provide connections using a round-robin algorithm.class
TimeoutCompleteListener
Deprecated.Do not use it, useCyclicTimeouts
instead.class
ValidatingConnectionPool
A connection pool that validates connections before making them available for use. -
Uses of Destroyable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Destroyable Modifier and Type Class Description class
HttpClientTransportOverHTTP
class
HttpDestinationOverHTTP
-
Uses of Destroyable in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement Destroyable Modifier and Type Class Description class
GZIPContentDecoder
Decoder for the "gzip" content encoding. -
Uses of Destroyable in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement Destroyable Modifier and Type Class Description class
CyclicTimeout
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.private class
CyclicTimeouts.Timeouts
class
LeakTrackingByteBufferPool
class
ManagedSelector
ManagedSelector
wraps aSelector
simplifying non-blocking operations on channels.class
SelectorManager
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 Destroyable Modifier and Type Class Description class
JAASLoginService
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 Modifier and Type Class Description class
MBeanContainer
Container class for the MBean instances -
Uses of Destroyable in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Destroyable Modifier and Type Class Description class
AbstractLoginService
AbstractLoginServiceclass
ConfigurableSpnegoLoginService
A configurable (as opposed to using system properties) SPNEGO LoginService.class
ConstraintSecurityHandler
ConstraintSecurityHandlerclass
HashLoginService
Properties User Realm.class
JDBCLoginService
HashMapped User Realm with JDBC as data source.class
SecurityHandler
Abstract SecurityHandler. -
Uses of Destroyable in org.eclipse.jetty.server
Subinterfaces of Destroyable in org.eclipse.jetty.server Modifier and Type Interface Description interface
Handler
A Jetty Server Handler.Classes in org.eclipse.jetty.server that implement Destroyable Modifier and Type Class Description class
AbstractConnectionFactory
Provides the common handling forConnectionFactory
implementations including:class
AbstractConnector
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
AbstractNCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLog.Writer
class
AbstractNetworkConnector
An abstract Network Connector.class
AsyncNCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anAsyncRequestLogWriter
class
CustomRequestLog
A flexible RequestLog, which produces log strings in a customizable format.class
DetectorConnectionFactory
AConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.class
HttpConnectionFactory
A Connection Factory for HTTP Connections.static class
HttpInput.ChainedInterceptor
AnHttpInput.Interceptor
that chains two otherHttpInput.Interceptor
s together.class
LocalConnector
A local connector, mostly for testing purposes.class
LowResourceMonitor
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()
IfLowResourceMonitor.setMaxConnections(int)
is non zero then low resources is detected if the total number of connections exceedsLowResourceMonitor.getMaxConnections()
.class
NCSARequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLogWriter
class
NegotiatingServerConnectionFactory
class
NetworkTrafficServerConnector
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
OptionalSslConnectionFactory
Deprecated.UseDetectorConnectionFactory
with aSslConnectionFactory
instead.class
ProxyConnectionFactory
ConnectionFactory for the PROXY Protocol.private static class
ProxyConnectionFactory.ProxyV1ConnectionFactory
private static class
ProxyConnectionFactory.ProxyV2ConnectionFactory
class
Server
Jetty HTTP Servlet Server.class
ServerConnector
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.protected class
ServerConnector.ServerConnectorManager
class
Slf4jRequestLog
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anSlf4jRequestLogWriter
class
SslConnectionFactory
-
Uses of Destroyable in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Destroyable Modifier and Type Class Description class
AbstractHandler
AbstractHandler.static class
AbstractHandler.ErrorDispatchHandler
Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.class
AbstractHandlerContainer
Abstract Handler Container.class
AsyncDelayHandler
A handler wrapper that provides the framework to asynchronously delay the handling of a request.class
BufferedResponseHandler
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
ContextHandler
ContextHandler.class
ContextHandlerCollection
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
DebugHandler
Deprecated.UseDebugListener
class
DefaultHandler
Default Handler.class
ErrorHandler
Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.class
FileBufferedResponseHandler
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
HandlerCollection
A collection of handlers.class
HandlerList
HandlerList.class
HandlerWrapper
AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.class
HotSwapHandler
AHandlerContainer
that allows a hot swap of a wrapped handler.class
IdleTimeoutHandler
Handler to adjust the idle timeout of requests while dispatched.class
InetAccessHandler
InetAddress Access Handlerclass
IPAccessHandler
Deprecated.Use @InetAccessHandler
.class
MovedContextHandler
Moved ContextHandler.private class
MovedContextHandler.Redirector
class
RequestLogHandler
This handler provides an alternate way (other thanServer.setRequestLog(RequestLog)
) to log request, that can be applied to a particular handler (eg context).class
ResourceHandler
Resource Handler.class
ScopedHandler
ScopedHandler.class
SecuredRedirectHandler
Secured Redirect Handlerclass
ShutdownHandler
A handler that shuts the server down on a valid request.class
StatisticsHandler
class
ThreadLimitHandler
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 Destroyable Modifier and Type Class Description class
GzipHandler
A Handler that can dynamically GZIP uncompress requests, and compress responses.class
GzipHttpInputInterceptor
An HttpInput Interceptor that inflates GZIP encoded request content.private class
GzipHttpInputInterceptor.Decoder
-
Uses of Destroyable in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement Destroyable Modifier and Type Class Description class
NetworkTrafficSelectChannelConnector
Deprecated.useNetworkTrafficServerConnector
instead. -
Uses of Destroyable in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement Destroyable Modifier and Type Class Description class
AbstractSessionCache
AbstractSessionCache A base implementation of theSessionCache
interface for managing a set of Session objects pertaining to a context in memory.class
AbstractSessionDataStore
AbstractSessionDataStoreclass
CachingSessionDataStore
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.class
DefaultSessionCache
DefaultSessionCache A session store that keeps its sessions in memory in a hashmapclass
DefaultSessionIdManager
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
FileSessionDataStore A file-based store of session data.class
JDBCSessionDataStore
JDBCSessionDataStore Session data stored in databaseclass
NullSessionCache
NullSessionCache Does not actually cache any Session objects.class
NullSessionDataStore
NullSessionDataStore Does not actually store anything, useful for testing.class
SessionHandler
SessionHandler. -
Uses of Destroyable in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement Destroyable Modifier and Type Class Description class
ErrorPageErrorHandler
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.class
ServletContextHandler
Servlet Context.class
ServletHandler
Servlet HttpHandler. -
Uses of Destroyable in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement Destroyable Modifier and Type Class Description class
AttributeContainerMap
An Attributes implementation that holds it's values in an immutableContainerLifeCycle
class
ContainerLifeCycle
A ContainerLifeCycle is anLifeCycle
implementation for a collection of contained beans.class
FileDestroyable
-
Uses of Destroyable in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement Destroyable Modifier and Type Class Description class
KeyStoreScanner
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 Destroyable Modifier and Type Class Description class
ExecutorSizedThreadPool
Deprecated.class
ExecutorThreadPool
AThreadPool.SizedThreadPool
wrapper aroundThreadPoolExecutor
.class
MonitoredQueuedThreadPool
AQueuedThreadPool
subclass that monitors its own activity by recording queue and task statistics.class
QueuedThreadPool
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 Destroyable Modifier and Type Class Description class
EatWhatYouKill
A strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation. -
Uses of Destroyable in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Destroyable Modifier and Type Class Description class
WebAppContext
Web Application Context Handler.
-