Uses of Interface
org.eclipse.jetty.util.component.Dumpable.DumpableContainer
Packages that use Dumpable.DumpableContainer
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 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 : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
-
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassclassprotected classclassclassclassHttpClientprovides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.classclassclassclassclassclassAConnectionPoolthat 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 Dumpable.DumpableContainer in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Dumpable.DumpableContainer -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassclassManagedSelectorwraps 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 Dumpable.DumpableContainer in org.eclipse.jetty.jaas
Classes in org.eclipse.jetty.jaas that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassJAASLoginService Implementation of jetty's LoginService that works with JAAS for authorization and authentication. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassAbstractLoginServiceclassA configurable (as opposed to using system properties) SPNEGO LoginService.classConstraintSecurityHandlerclassProperties User Realm.classHashMapped User Realm with JDBC as data source.classAbstract SecurityHandler. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassProvides the common handling forConnectionFactoryimplementations including:classAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classDeprecated.classAn abstract Network Connector.classDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anAsyncRequestLogWriterclassA 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.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()IfLowResourceMonitor.setMaxConnections(int)is non zero then low resources is detected if the total number of connections exceedsLowResourceMonitor.getMaxConnections().classDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterclassclassA specialized version ofServerConnectorthat supportsNetworkTrafficListeners.classDeprecated.UseDetectorConnectionFactorywith aSslConnectionFactoryinstead.classConnectionFactory for the PROXY Protocol.private static classprivate static classclassJetty HTTP Servlet Server.classThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.protected classclassDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anSlf4jRequestLogWriterclass -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Dumpable.DumpableContainerModifier 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.classBuffered Response HandlerclassContextHandler.classThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDeprecated.UseDebugListenerclassDefault Handler.classHandler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).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 HandlerclassDeprecated.Use @InetAccessHandler.classMoved ContextHandler.private classclassThis 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.classSecured Redirect HandlerclassA handler that shuts the server down on a valid request.classclassHandler to limit the threads per IP address for DOS protection -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement Dumpable.DumpableContainer -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement Dumpable.DumpableContainerModifier 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 in a hashmapclassDefaultSessionIdManager 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 databaseclassNullSessionCache Does not actually cache any Session objects.classNullSessionDataStore Does not actually store anything, useful for testing.classSessionHandler. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classServlet Context.classServlet HttpHandler. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassDeprecated.classAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classA thread pool with a queue of jobs to execute. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement Dumpable.DumpableContainerModifier and TypeClassDescriptionclassA strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation. -
Uses of Dumpable.DumpableContainer in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement Dumpable.DumpableContainer
CustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLog.Writer