Class CyclicTimeout.Wakeup
java.lang.Object
org.eclipse.jetty.io.CyclicTimeout.Wakeup
- All Implemented Interfaces:
Runnable
- Enclosing class:
CyclicTimeout
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate final CyclicTimeout.Wakeupprivate final AtomicReference<Scheduler.Task> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_task
-
_at
private final long _at -
_next
-
-
Constructor Details
-
Wakeup
-
-
Method Details
-
schedule
private void schedule(long now) -
destroy
private void destroy() -
run
-
toString
-