Uses of Interface
org.eclipse.jetty.util.thread.Scheduler.Task
-
Packages that use Scheduler.Task Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Scheduler.Task in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as Scheduler.Task Modifier and Type Field Description Scheduler.Task
ValidatingConnectionPool.Holder. task
-
Uses of Scheduler.Task in org.eclipse.jetty.io
Fields in org.eclipse.jetty.io declared as Scheduler.Task Modifier and Type Field Description private static Scheduler.Task
CyclicTimeout. DESTROYED
private Scheduler.Task
ManagedSelector.Connect. timeout
Fields in org.eclipse.jetty.io with type parameters of type Scheduler.Task Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Scheduler.Task>
CyclicTimeout.Wakeup. _task
private java.util.concurrent.atomic.AtomicReference<Scheduler.Task>
IdleTimeout. _timeout
-
Uses of Scheduler.Task in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as Scheduler.Task Modifier and Type Field Description private Scheduler.Task
AcceptRateLimit. _task
private Scheduler.Task
AsyncContextEvent. _timeoutTask
Methods in org.eclipse.jetty.server with parameters of type Scheduler.Task Modifier and Type Method Description void
AsyncContextEvent. setTimeoutTask(Scheduler.Task task)
-
Uses of Scheduler.Task in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as Scheduler.Task Modifier and Type Field Description protected Scheduler.Task
HouseKeeper. _task
-
Uses of Scheduler.Task in org.eclipse.jetty.util.thread
Classes in org.eclipse.jetty.util.thread that implement Scheduler.Task Modifier and Type Class Description private static class
ScheduledExecutorScheduler.ScheduledFutureTask
private static class
TimerScheduler.SimpleTask
Fields in org.eclipse.jetty.util.thread with type parameters of type Scheduler.Task Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Scheduler.Task>
Sweeper. task
Methods in org.eclipse.jetty.util.thread that return Scheduler.Task Modifier and Type Method Description Scheduler.Task
ScheduledExecutorScheduler. schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit unit)
Scheduler.Task
Scheduler. schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit units)
Scheduler.Task
TimerScheduler. schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit units)
-