Uses of Class
org.eclipse.jetty.util.annotation.ManagedObject
-
Packages that use ManagedObject 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.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.jmx Jetty Deploy : JMX Integrationorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.eclipse.jetty.deploy.providers.jmx org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.http.pathmap org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.jmx org.eclipse.jetty.jmx Jetty JMX : Integration for JMX in Jettyorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.jmx Jetty Server : Handler JMX Integrationorg.eclipse.jetty.server.jmx Jetty Server : Server JMX Integrationorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.servlets Jetty Servlets : Generally Useful Servlets, Handlers and Filtersorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.log Jetty Util : Common Logging Integrationsorg.eclipse.jetty.util.log.jmx Jetty JMX : Jetty Logging JMX Integrationorg.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 ManagedObject in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client with annotations of type ManagedObject Modifier and Type Class Description classAbstractConnectionPoolclassAbstractConnectorHttpClientTransportclassAbstractHttpClientTransportclassDuplexConnectionPoolclassHttpClientHttpClientprovides an efficient, asynchronous, non-blocking implementation to perform HTTP requests to a server through a simple API that offers also blocking semantic.classHttpDestinationclassMultiplexConnectionPoolclassRandomConnectionPoolAConnectionPoolthat provides connections randomly among the ones that are available.classRoundRobinConnectionPoolAConnectionPoolthat 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 Modifier and Type Class Description classHttpClientTransportOverHTTP -
Uses of ManagedObject in org.eclipse.jetty.deploy
Classes in org.eclipse.jetty.deploy with annotations of type ManagedObject Modifier and Type Class Description classDeploymentManagerThe Deployment Manager.classPropertiesConfigurationManagerFileConfigurationManager 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 Modifier and Type Class Description classDeploymentManagerMBean -
Uses of ManagedObject in org.eclipse.jetty.deploy.providers
Classes in org.eclipse.jetty.deploy.providers with annotations of type ManagedObject Modifier and Type Class Description classScanningAppProviderclassWebAppProviderThe 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 Modifier and Type Class Description classWebAppProviderMBean -
Uses of ManagedObject in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http with annotations of type ManagedObject Modifier and Type Class Description classHttpClientTransportOverFCGI -
Uses of ManagedObject in org.eclipse.jetty.http.pathmap
Classes in org.eclipse.jetty.http.pathmap with annotations of type ManagedObject Modifier and Type Class Description classMappedResource<E>classPathMappings<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 ManagedObject Modifier and Type Class Description (package private) classAbstractByteBufferPoolclassArrayByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classConnectionStatisticsAConnection.Listenerthat tracks connection statistics.classLeakTrackingByteBufferPoolclassMappedByteBufferPoolA ByteBuffer pool where ByteBuffers are held in queues that are held in a Map.classSelectorManagerSelectorManagermanages 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 Modifier and Type Class Description classConnectionStatisticsMBean -
Uses of ManagedObject in org.eclipse.jetty.jmx
Classes in org.eclipse.jetty.jmx with annotations of type ManagedObject Modifier and Type Class Description classMBeanContainerContainer class for the MBean instances -
Uses of ManagedObject in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server with annotations of type ManagedObject Modifier and Type Class Description classAbstractConnectionFactoryProvides the common handling forConnectionFactoryimplementations including:classAbstractConnectorAn abstract implementation ofConnectorthat provides aConnectionFactorymechanism for creatingConnectioninstances for various protocols (HTTP, SSL, etc).classAbstractNetworkConnectorAn abstract Network Connector.classAcceptRateLimitA Listener that limits the rate at which new connections are acceptedclassConnectionLimitA Listener that limits the number of Connections.interfaceConnectorAConnectoraccept 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.classConnectorStatisticsDeprecated.useConnectionStatisticsinstead.classCustomRequestLogA flexible RequestLog, which produces log strings in a customizable format.classDebugListenerA Context Listener that produces additional debug.interfaceHandlerA Jetty Server Handler.interfaceHandlerContainerA Handler that contains other Handlers.classHttpConfigurationHTTP Configuration.classLowResourceMonitorA 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().classLowResourceMonitor.MaxConnectionsLowResourceCheckclassNCSARequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith aRequestLogWriterclassRequestLogWriterWriter which outputs pre-formatted request log strings to a file usingRolloverFileOutputStream.classServerJetty HTTP Servlet Server.classServerConnectorThisConnectorimplementation is the primary connector for the Jetty server over TCP/IP.classSlf4jRequestLogDeprecated.useCustomRequestLoggiven format stringCustomRequestLog.EXTENDED_NCSA_FORMATwith anSlf4jRequestLogWriterclassSlf4jRequestLogWriterRequest 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 ManagedObject Modifier and Type Class Description classAbstractHandlerAbstractHandler.classContextHandlerContextHandler.classContextHandlerCollectionThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classHandlerCollectionA collection of handlers.classHandlerWrapperAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.classStatisticsHandler -
Uses of ManagedObject in org.eclipse.jetty.server.handler.jmx
Classes in org.eclipse.jetty.server.handler.jmx with annotations of type ManagedObject Modifier and Type Class Description classContextHandlerMBean -
Uses of ManagedObject in org.eclipse.jetty.server.jmx
Classes in org.eclipse.jetty.server.jmx with annotations of type ManagedObject Modifier and Type Class Description classAbstractConnectorMBeanclassServerMBean -
Uses of ManagedObject in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session with annotations of type ManagedObject Modifier and Type Class Description classAbstractSessionCacheAbstractSessionCache A base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classAbstractSessionDataStoreAbstractSessionDataStoreclassDefaultSessionCacheDefaultSessionCache A session store that keeps its sessions in memory in a hashmapclassDefaultSessionIdManagerDefaultSessionIdManager 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).classFileSessionDataStoreFileSessionDataStore A file-based store of session data.classHouseKeeperHouseKeeper There is 1 session HouseKeeper per SessionIdManager instance.classJDBCSessionDataStoreJDBCSessionDataStore Session data stored in databaseclassNullSessionDataStoreNullSessionDataStore Does not actually store anything, useful for testing.classSessionHandlerSessionHandler. -
Uses of ManagedObject in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet with annotations of type ManagedObject Modifier and Type Class Description classFilterMappingclassHolder<T>Holder Specialization of AbstractHolder for servlet-related classes that have init-params etcclassServletContextHandlerServlet Context.classServletHandlerServlet HttpHandler.classServletHolderServlet Instance and Context Holder.classServletMapping -
Uses of ManagedObject in org.eclipse.jetty.servlets
Classes in org.eclipse.jetty.servlets with annotations of type ManagedObject Modifier and Type Class Description classDoSFilterDenial of Service filterclassPushCacheFilterDeprecated.no replacement for this deprecated http featureclassQoSFilterQuality of Service Filter. -
Uses of ManagedObject in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util with annotations of type ManagedObject Modifier and Type Class Description classPool<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 classSocketAddressResolver.AsyncCreatesSocketAddressinstances asynchronously in a different thread.static classSocketAddressResolver.SyncCreatesSocketAddressinstances 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 ManagedObject Modifier and Type Class Description classAbstractLifeCycleBasic implementation of the life cycle interface for components.classContainerLifeCycleA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.interfaceDestroyableA Destroyable is an object which can be destroyed.interfaceDumpableinterfaceLifeCycleThe 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 Modifier and Type Class Description classStdErrLogStdErr Logging implementation. -
Uses of ManagedObject in org.eclipse.jetty.util.log.jmx
Classes in org.eclipse.jetty.util.log.jmx with annotations of type ManagedObject Modifier and Type Class Description classLogMBean -
Uses of ManagedObject in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl with annotations of type ManagedObject Modifier and Type Class Description classSslContextFactorySslContextFactory is used to configure SSL parameters to be used by server and client connectors.static classSslContextFactory.Server -
Uses of ManagedObject in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread with annotations of type ManagedObject Modifier and Type Class Description classExecutorThreadPoolAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classMonitoredQueuedThreadPoolAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classQueuedThreadPoolA thread pool with a queue of jobs to execute.classReservedThreadExecutorA TryExecutor using pre-allocated/reserved threads from an external Executor.classScheduledExecutorSchedulerImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.interfaceThreadPoolA pool for threads.classThreadPoolBudgetA 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 ManagedObject Modifier and Type Class Description classEatWhatYouKillA 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 ManagedObject Modifier and Type Class Description classCachingWebAppClassLoaderA WebAppClassLoader that cachesCachingWebAppClassLoader.getResource(String)results.classWebAppContextWeb Application Context Handler.
-