Package | Description |
---|---|
org.eclipse.jetty.server | |
org.eclipse.jetty.util.thread |
Modifier and Type | Method and Description |
---|---|
void |
AsyncContextEvent.setTimeoutTask(Scheduler.Task task) |
Modifier and Type | Method and Description |
---|---|
Scheduler.Task |
Scheduler.schedule(Runnable task,
long delay,
TimeUnit units) |
Scheduler.Task |
TimerScheduler.schedule(Runnable task,
long delay,
TimeUnit units) |
Scheduler.Task |
ScheduledExecutorScheduler.schedule(Runnable task,
long delay,
TimeUnit unit) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.