Uses of Interface
org.eclipse.jetty.util.thread.Scheduler
Packages that use Scheduler
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Scheduler in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return SchedulerConstructors in org.eclipse.jetty.util with parameters of type SchedulerModifierConstructorDescriptionCreates a new instance with the given executor (to perform DNS resolution in a separate thread), the given scheduler (to cancel the operation if it takes too long) and the given timeout, in milliseconds. -
Uses of Scheduler in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement SchedulerModifier and TypeClassDescriptionclassImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classA scheduler based on the the JVM Timer classConstructors in org.eclipse.jetty.util.thread with parameters of type Scheduler