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 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. -
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.classQueuedThreadPoolclassReservedThreadExecutorAn Executor using preallocated/reserved Threads from a wrapped Executor.interfaceThreadPoolA pool for 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.
-