Uses of Interface
org.eclipse.jetty.util.thread.Scheduler
-
Packages that use Scheduler Package Description org.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Scheduler in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Scheduler Modifier and Type Method Description SchedulerSocketAddressResolver.Async. getScheduler()Constructors in org.eclipse.jetty.util with parameters of type Scheduler Constructor Description Async(Executor executor, Scheduler scheduler, long timeout)Creates 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 Scheduler Modifier and Type Class Description classScheduledExecutorSchedulerImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classTimerSchedulerA scheduler based on the the JVM Timer classConstructors in org.eclipse.jetty.util.thread with parameters of type Scheduler Constructor Description Sweeper(Scheduler scheduler, long period)
-