Uses of Annotation Interface
org.eclipse.jetty.util.annotation.ManagedObject
Packages that use ManagedObject
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Resource Utilities
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of ManagedObject in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util with annotations of type ManagedObjectModifier and TypeClassDescriptionclassA concurrent implementation ofPool.interfacePool<P>A pool of objects, with support for multiplexing and several optimized strategies plus an optionalThreadLocalcache of the last released 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.resource
Classes in org.eclipse.jetty.util.resource with annotations of type ManagedObjectModifier and TypeClassDescriptionclassTODO figure out if this should be a LifeCycle or not, how many instances of this class can reside in a JVM, who can call sweep and when. -
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.classclassAn implementation ofThreadPoolinterface that does not pool, but instead usesVirtualThreads. -
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.