Uses of Interface
org.eclipse.jetty.util.component.Dumpable
Packages that use Dumpable
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
Jetty Jaas : Support for Jaas
Jetty JMX : Integration for JMX in Jetty
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Core Server Connector
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
-
Uses of Dumpable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement DumpableModifier and TypeClassDescriptionclass
class
protected class
class
class
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
class
class
class
A container forProtocolHandler
s accessible fromHttpClient.getProtocolHandlers()
.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
A connection pool that validates connections before making them available for use. -
Uses of Dumpable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Dumpable -
Uses of Dumpable in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap that implement Dumpable -
Uses of Dumpable in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement DumpableModifier and TypeClassDescriptionclass
AConnection.Listener
that tracks connection statistics.class
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 Dumpable in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement DumpableModifier and TypeClassDescriptionclass
JAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of Dumpable in org.eclipse.jetty.jmx
Classes in org.eclipse.jetty.jmx that implement Dumpable -
Uses of Dumpable in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement DumpableModifier and TypeClassDescriptionclass
AbstractLoginServiceclass
A configurable (as opposed to using system properties) SPNEGO LoginService.class
ConstraintSecurityHandlerclass
Properties User Realm.class
HashMapped User Realm with JDBC as data source.class
Abstract SecurityHandler. -
Uses of Dumpable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement DumpableModifier and TypeClassDescriptionclass
Provides the common handling forConnectionFactory
implementations including:class
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
Deprecated.class
An abstract Network Connector.class
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anAsyncRequestLogWriter
class
class
Deprecated.useConnectionStatistics
instead.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
HTTP Configuration.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()
IfLowResourceMonitor.setMaxConnections(int)
is non zero then low resources is detected if the total number of connections exceedsLowResourceMonitor.getMaxConnections()
.private static class
class
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLogWriter
class
class
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
Deprecated.UseDetectorConnectionFactory
with aSslConnectionFactory
instead.class
ConnectionFactory for the PROXY Protocol.static class
private static class
private static class
class
Jetty HTTP Servlet Server.class
Deprecated.class
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.protected class
class
Deprecated.useCustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with anSlf4jRequestLogWriter
class
-
Uses of Dumpable in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement DumpableModifier 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
Buffered Response Handlerclass
ContextHandler.class
Context.static class
A simple implementation of ServletContext that is used when there is no 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
Deprecated.UseDebugListener
class
Default Handler.class
Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.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
Deprecated.Use @InetAccessHandler
.class
Moved ContextHandler.private class
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
Secured Redirect Handlerclass
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 Dumpable in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement DumpableModifier and TypeClassDescriptionclass
A Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of Dumpable in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement Dumpable -
Uses of Dumpable in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement DumpableModifier 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 in a hashmapclass
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 Dumpable in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement DumpableModifier and TypeClassDescriptionclass
BaseHolder<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).class
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.class
class
class
Holder<T>
Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcclass
ListenerHolder Specialization of BaseHolder for servlet listeners.class
Servlet Context.class
class
Servlet HttpHandler.class
Servlet Instance and Context Holder. -
Uses of Dumpable in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement DumpableModifier and TypeClassDescriptionclass
class
Pool<T>
A fast pool of objects, with optional support for multiplexing, max usage count and several optimized strategies plus an optionalThreadLocal
cache of the last release entry. -
Uses of Dumpable in org.eclipse.jetty.util.component
Subinterfaces of Dumpable in org.eclipse.jetty.util.componentModifier and TypeInterfaceDescriptionstatic interface
DumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.Classes in org.eclipse.jetty.util.component that implement DumpableModifier 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
Methods in org.eclipse.jetty.util.component that return DumpableMethods in org.eclipse.jetty.util.component with parameters of type DumpableModifier and TypeMethodDescriptionstatic String
Deprecated.usedump(Dumpable)
insteadstatic String
Utility method to implementdump()
by callingdump(Appendable, String)
-
Uses of Dumpable in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement DumpableModifier and TypeClassDescriptionclass
TheKeyStoreScanner
is used to monitor the KeyStore file used by theSslContextFactory
.class
SslContextFactory is used to configure SSL parameters to be used by server and client connectors.static class
static class
(package private) class
(package private) static class
-
Uses of Dumpable in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement DumpableModifier and TypeClassDescriptionclass
Deprecated.class
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.class
Implementation ofScheduler
based on JDK'sScheduledThreadPoolExecutor
. -
Uses of Dumpable in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement DumpableModifier and TypeClassDescriptionclass
A strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation. -
Uses of Dumpable in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement DumpableModifier and TypeClassDescriptionclass
Web Application Context Handler.class
CustomRequestLog
given format stringCustomRequestLog.EXTENDED_NCSA_FORMAT
with aRequestLog.Writer