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.TaskValidatingConnectionPool.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.TaskCyclicTimeout. DESTROYEDprivate Scheduler.TaskManagedSelector.Connect. timeoutFields 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. _taskprivate 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.TaskAcceptRateLimit. _taskprivate Scheduler.TaskAsyncContextEvent. _timeoutTaskMethods in org.eclipse.jetty.server with parameters of type Scheduler.Task Modifier and Type Method Description voidAsyncContextEvent. 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.TaskHouseKeeper. _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 classScheduledExecutorScheduler.ScheduledFutureTaskprivate static classTimerScheduler.SimpleTaskFields 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. taskMethods 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)
-