Uses of Interface
org.eclipse.jetty.util.component.Container
-
Packages that use Container Package Description org.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilitiesorg.eclipse.jetty.util.thread.strategy -
-
Uses of Container in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement Container Modifier and Type Class Description classContainerLifeCycleA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.Methods in org.eclipse.jetty.util.component with parameters of type Container Modifier and Type Method Description voidContainer.Listener. beanAdded(Container parent, java.lang.Object child)voidContainer.Listener. beanRemoved(Container parent, java.lang.Object child) -
Uses of Container in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Container Modifier and Type Class Description classExecutorSizedThreadPoolDeprecated.classExecutorThreadPoolAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classMonitoredQueuedThreadPoolAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classQueuedThreadPool -
Uses of Container in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement Container 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.
-