Uses of Interface
org.eclipse.jetty.util.component.Dumpable
-
Packages that use Dumpable Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.component Jetty Util : Jetty Lifecycle Managementorg.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 Dumpable in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement Dumpable Modifier and Type Class Description classAttributesMapclassPool<T>A fast pool of objects, with optional support for multiplexing, max usage count and several optimized strategies plus an optionalThreadLocalcache of the last release entry. -
Uses of Dumpable in org.eclipse.jetty.util.component
Subinterfaces of Dumpable in org.eclipse.jetty.util.component Modifier and Type Interface Description static interfaceDumpable.DumpableContainerDumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.Classes in org.eclipse.jetty.util.component that implement Dumpable 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.classDumpableCollectionMethods in org.eclipse.jetty.util.component that return Dumpable Modifier and Type Method Description static DumpableDumpable. named(java.lang.String name, java.lang.Object object)Methods in org.eclipse.jetty.util.component with parameters of type Dumpable Modifier and Type Method Description static java.lang.StringContainerLifeCycle. dump(Dumpable dumpable)Deprecated.usedump(Dumpable)insteadstatic java.lang.StringDumpable. dump(Dumpable dumpable)Utility method to implementdump()by callingdump(Appendable, String) -
Uses of Dumpable in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement Dumpable Modifier and Type Class Description classKeyStoreScannerTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory.classSslContextFactorySslContextFactory is used to configure SSL parameters to be used by server and client connectors.static classSslContextFactory.Clientstatic classSslContextFactory.Server -
Uses of Dumpable in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Dumpable Modifier and Type Class Description classExecutorSizedThreadPoolDeprecated.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.classScheduledExecutorSchedulerImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor. -
Uses of Dumpable in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement Dumpable 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.
-