Uses of Interface
org.eclipse.jetty.util.thread.Scheduler.Task
-
Packages that use Scheduler.Task Package Description org.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Scheduler.Task in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread that return Scheduler.Task Modifier and Type Method Description Scheduler.TaskScheduledExecutorScheduler. schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit unit)Scheduler.TaskScheduler. schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit units)Scheduler.TaskTimerScheduler. schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit units)
-