Uses of Interface
org.eclipse.jetty.util.component.Container
-
Packages that use Container Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.eclipse.jetty.util.compression org.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 Container in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Container Modifier and Type Class Description classScannerScanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners. -
Uses of Container in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement Container Modifier and Type Class Description classAttributeContainerMapAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassContainerLifeCycleA 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)static voidDumpable. dumpContainer(java.lang.Appendable out, java.lang.String indent, Container object, boolean last)static java.util.concurrent.CompletableFuture<java.lang.Void>Graceful. shutdown(Container component)Utility method to shutdown all Gracefuls within a container. -
Uses of Container in org.eclipse.jetty.util.compression
Methods in org.eclipse.jetty.util.compression with parameters of type Container Modifier and Type Method Description static 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 Container Modifier and Type Class Description classKeyStoreScannerTheKeyStoreScanneris 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 Container 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. -
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 classAdaptiveExecutionStrategyAn 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.classEatWhatYouKillDeprecated, for removal: This API element is subject to removal in a future version.This class has been renamed toAdaptiveExecutionStrategy
-