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 subsystem
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
Modifier and Type | Field and Description |
---|---|
Scheduler.Task |
ValidatingConnectionPool.Holder.task |
Modifier and Type | Field and Description |
---|---|
private static Scheduler.Task |
CyclicTimeout.DESTROYED |
private Scheduler.Task |
ManagedSelector.Connect.timeout |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<Scheduler.Task> |
CyclicTimeout.Wakeup._task |
private java.util.concurrent.atomic.AtomicReference<Scheduler.Task> |
IdleTimeout._timeout |
Modifier and Type | Field and Description |
---|---|
private Scheduler.Task |
AsyncContextEvent._timeoutTask |
Modifier and Type | Method and Description |
---|---|
void |
AsyncContextEvent.setTimeoutTask(Scheduler.Task task) |
Modifier and Type | Field and Description |
---|---|
protected Scheduler.Task |
HouseKeeper._task |
Modifier and Type | Class and Description |
---|---|
private static class |
ScheduledExecutorScheduler.ScheduledFutureTask |
private static class |
TimerScheduler.SimpleTask |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<Scheduler.Task> |
Sweeper.task |
Modifier and Type | Method and Description |
---|---|
Scheduler.Task |
TimerScheduler.schedule(java.lang.Runnable task,
long delay,
java.util.concurrent.TimeUnit units) |
Scheduler.Task |
Scheduler.schedule(java.lang.Runnable task,
long delay,
java.util.concurrent.TimeUnit units) |
Scheduler.Task |
ScheduledExecutorScheduler.schedule(java.lang.Runnable task,
long delay,
java.util.concurrent.TimeUnit unit) |