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 NoSql : MongoDB Integration
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 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 ManagedObject in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client with annotations of type ManagedObjectModifier and TypeClassDescriptionclassclassclassclassclassHttpClient provides 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.fcgi.server
Classes in org.eclipse.jetty.fcgi.server with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.gcloud.session
Classes in org.eclipse.jetty.gcloud.session 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.http2
Classes in org.eclipse.jetty.http2 with annotations of type ManagedObjectModifier and TypeClassDescriptionclassclassA flow control strategy that accumulates updates and emits window control frames when the accumulated value reaches a threshold.class -
Uses of ManagedObject in org.eclipse.jetty.http2.client
Classes in org.eclipse.jetty.http2.client with annotations of type ManagedObjectModifier and TypeClassDescriptionclassHTTP2Client provides an asynchronous, non-blocking implementation to send HTTP/2 frames to a server. -
Uses of ManagedObject in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server with annotations of type ManagedObjectModifier and TypeClassDescriptionclassstatic class -
Uses of ManagedObject in org.eclipse.jetty.http3
Classes in org.eclipse.jetty.http3 with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io with annotations of type ManagedObjectModifier and TypeClassDescriptionclassA ByteBuffer pool where ByteBuffers are held in queues that are held in array elements.classARetainableByteBufferpool where RetainableByteBuffers are held inPools that are held in array elements.classThe client-side component that connects to server sockets.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.memcached.session
Classes in org.eclipse.jetty.memcached.session with annotations of type ManagedObjectModifier and TypeClassDescriptionclassMemcachedSessionDataMap Uses memcached as a cache for SessionData. -
Uses of ManagedObject in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb with annotations of type ManagedObjectModifier and TypeClassDescriptionclassMongoSessionDataStore The document model is an outer object that contains the elements: "id" : session_id "created" : create_time "accessed": last_access_time "maxIdle" : max_idle_time setting as session was created "expiry" : time at which session should expire "valid" : session_valid "context" : a nested object containing 1 nested object per context for which the session id is in use Each of the nested objects inside the "context" element contains: unique_context_name : nested object containing name:value pairs of the session attributes for that context unique_context_name: vhost:contextpath, where no vhosts="0_0_0_0", root context = "", contextpath "/" replaced by "_" -
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.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.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()classclassWriter 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.classRequest 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 within a concurrent mapclassDefaultSessionIdManager 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.session.infinispan
Classes in org.eclipse.jetty.session.infinispan with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.unixsocket.server
Classes in org.eclipse.jetty.unixsocket.server with annotations of type ManagedObjectModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Use UnixDomainServerConnector from the jetty-unixdomain-server module instead (requires Java 16 or later). -
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 classCreatesInetSocketAddressinstances asynchronously in a different thread.static classCreatesInetSocketAddressinstances 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.compression
Classes in org.eclipse.jetty.util.compression 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 TypeClassDescriptionclassAn adaptive execution strategy that uses theInvocablestatus of both the task and the current thread to select an optimal strategy that prioritizes executing the task immediately in the current producing thread if it can be done so without thread starvation issues. -
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. -
Uses of ManagedObject in org.eclipse.jetty.websocket.core
Classes in org.eclipse.jetty.websocket.core with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.websocket.core.internal
Classes in org.eclipse.jetty.websocket.core.internal with annotations of type ManagedObjectModifier and TypeClassDescriptionclassRepresents the stack of Extensions.class -
Uses of ManagedObject in org.eclipse.jetty.websocket.javax.client.internal
Classes in org.eclipse.jetty.websocket.javax.client.internal with annotations of type ManagedObjectModifier and TypeClassDescriptionclassContainer for Client use of the javax.websocket API. -
Uses of ManagedObject in org.eclipse.jetty.websocket.javax.server.internal
Classes in org.eclipse.jetty.websocket.javax.server.internal with annotations of type ManagedObject -
Uses of ManagedObject in org.eclipse.jetty.websocket.servlet
Classes in org.eclipse.jetty.websocket.servlet with annotations of type ManagedObjectModifier and TypeClassDescriptionclassInline Servlet Filter to capture WebSocket upgrade requests.