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 specified executor (to perform DNS resolution in a separate thread), scheduler (to cancel the operation if it takes too long) and 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.classDeprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.jetty.util.thread with parameters of type Scheduler
ScheduledExecutorSchedulerinstead.