Uses of Class
org.eclipse.jetty.util.annotation.ManagedObject
-
Packages that use ManagedObject Package Description org.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.ssl Jetty Util : Common SSL Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy -
-
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.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.
-