Uses of Interface
org.eclipse.jetty.util.component.Container
Packages that use Container
Package
Description
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Container in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement ContainerModifier and TypeClassDescriptionclassAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.Methods in org.eclipse.jetty.util.component with parameters of type ContainerModifier and TypeMethodDescriptionvoidvoidContainer.Listener.beanRemoved(Container parent, Object child) static voidDumpable.dumpContainer(Appendable out, String indent, Container object, boolean last) -
Uses of Container in org.eclipse.jetty.util.compression
Methods in org.eclipse.jetty.util.compression with parameters of type ContainerModifier and TypeMethodDescriptionstatic DeflaterPoolDeflaterPool.ensurePool(Container container) static InflaterPoolInflaterPool.ensurePool(Container container) -
Uses of Container in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement ContainerModifier and TypeClassDescriptionclassTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory. -
Uses of Container in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement ContainerModifier and TypeClassDescriptionclassDeprecated.classAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classA thread pool with a queue of jobs to execute. -
Uses of Container in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement ContainerModifier and TypeClassDescriptionclassA strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation.
ExecutorThreadPool