Uses of Annotation Type
org.eclipse.jetty.util.annotation.ManagedObject
Packages that use ManagedObject
Package
Description
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 : JMX Integration
Jetty Deploy : Webapp Deployment Providers
Jetty IO : Core classes for Jetty IO subsystem
Jetty JMX : Integration for JMX in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Server : Server JMX Integration
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Servlets : Generally Useful Servlets, Handlers and Filters
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common Logging Integrations
Jetty JMX : Jetty Logging JMX Integration
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
Jetty Util : Modular Web Application Support
-
Uses of ManagedObject in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client with annotations of type ManagedObjectModifier and TypeClassDescriptionclassclassclassclassclassHttpClientprovides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.classclassclassAConnectionPoolthat provides connections randomly among the ones that are available.classAConnectionPoolthat attempts to provide connections using a round-robin algorithm. -
Uses of ManagedObject in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy with annotations of type ManagedObjectModifier and TypeClassDescriptionclassThe Deployment Manager.classFileConfigurationManager Supplies properties defined in a file. -
Uses of ManagedObject in org.eclipse.jetty.deploy.jmx
Classes in org.eclipse.jetty.deploy.jmx with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.deploy.providers
Classes in org.eclipse.jetty.deploy.providers with annotations of type ManagedObjectModifier and TypeClassDescriptionclassclassThe webapps directory scanning provider. -
Uses of ManagedObject in org.eclipse.jetty.deploy.providers.jmx
Classes in org.eclipse.jetty.deploy.providers.jmx with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap with annotations of type ManagedObjectModifier and TypeClassDescriptionclassclassPathMappings<E>Path Mappings of PathSpec to Resource. -
Uses of ManagedObject in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io with annotations of type ManagedObjectModifier and TypeClassDescription(package private) classclassA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classAConnection.Listenerthat tracks connection statistics.classclassA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.classSelectorManagermanages a number ofManagedSelectors that simplify the non-blocking primitives provided by the JVM via thejava.niopackage. -
Uses of ManagedObject in org.eclipse.jetty.io.jmx
Classes in org.eclipse.jetty.io.jmx with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.jmx
Classes in org.eclipse.jetty.jmx with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server with annotations of type ManagedObjectModifier and TypeClassDescriptionclassProvides the common handling forConnectionFactoryimplementations including:classAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classAn abstract Network Connector.classA Listener that limits the rate at which new connections are acceptedclassA Listener that limits the number of Connections.interfaceAConnectoraccept 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.classDeprecated.classA flexible RequestLog, which produces log strings in a customizable format.classA Context Listener that produces additional debug.interfaceA Jetty Server Handler.interfaceA Handler that contains other Handlers.classHTTP Configuration.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().classclassDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterclassWriter which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream.classJetty HTTP Servlet Server.classThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.classDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anSlf4jRequestLogWriterclassRequest log writer using a Slf4jLog Logger -
Uses of ManagedObject in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler with annotations of type ManagedObjectModifier and TypeClassDescriptionclassAbstractHandler.classContextHandler.classThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classA collection of handlers.classAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.class -
Uses of ManagedObject in org.eclipse.jetty.server.handler.jmx
Classes in org.eclipse.jetty.server.handler.jmx with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.server.jmx
Classes in org.eclipse.jetty.server.jmx with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session with annotations of type ManagedObjectModifier and TypeClassDescriptionclassAbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classAbstractSessionDataStoreclassDefaultSessionCache 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.classHouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.classJDBCSessionDataStore Session data stored in databaseclassNullSessionDataStore Does not actually store anything, useful for testing.classSessionHandler. -
Uses of ManagedObject in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet with annotations of type ManagedObjectModifier and TypeClassDescriptionclassclassHolder<T>Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcclassServlet Context.classServlet HttpHandler.classServlet Instance and Context Holder.class -
Uses of ManagedObject in org.eclipse.jetty.servlets
Classes in org.eclipse.jetty.servlets with annotations of type ManagedObjectModifier and TypeClassDescriptionclassDenial of Service filterclassDeprecated.no replacement for this deprecated http featureclassQuality of Service Filter. -
Uses of ManagedObject in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util with annotations of type ManagedObjectModifier and TypeClassDescriptionclassPool<T>A pool of objects, with optional support for multiplexing, max usage count and several optimized strategies plus an optionalThreadLocalcache of the last release entry.static classCreatesSocketAddressinstances asynchronously in a different thread.static classCreatesSocketAddressinstances synchronously in the caller thread. -
Uses of ManagedObject in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component with annotations of type ManagedObjectModifier and TypeClassDescriptionclassBasic implementation of the life cycle interface for components.classA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.interfaceA Destroyable is an object which can be destroyed.interfaceinterfaceThe lifecycle interface for generic components. -
Uses of ManagedObject in org.eclipse.jetty.util.log
Classes in org.eclipse.jetty.util.log with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.util.log.jmx
Classes in org.eclipse.jetty.util.log.jmx with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl with annotations of type ManagedObjectModifier and TypeClassDescriptionclassSslContextFactory is used to configure SSL parameters to be used by server and client connectors.static class -
Uses of ManagedObject in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread with annotations of type ManagedObjectModifier 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.classImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.interfaceA pool for threads.classA budget of required thread usage, used to warn or error for insufficient configured threads. -
Uses of ManagedObject in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy with annotations of type ManagedObjectModifier 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 ManagedObject in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp with annotations of type ManagedObjectModifier and TypeClassDescriptionclassA WebAppClassLoader that cachesCachingWebAppClassLoader.getResource(String)results.classWeb Application Context Handler.
ConnectionStatisticsinstead.