Uses of Interface
io.netty.util.TimerTask
Packages that use TimerTask
-
Uses of TimerTask in io.netty.util
Fields in io.netty.util declared as TimerTaskModifier and TypeFieldDescriptionprivate final TimerTask
HashedWheelTimer.HashedWheelTimeout.task
Methods in io.netty.util that return TimerTaskModifier and TypeMethodDescriptionHashedWheelTimer.HashedWheelTimeout.task()
Timeout.task()
Returns theTimerTask
which is associated with this handle.Methods in io.netty.util with parameters of type TimerTaskModifier and TypeMethodDescriptionHashedWheelTimer.newTimeout
(TimerTask task, long delay, TimeUnit unit) Timer.newTimeout
(TimerTask task, long delay, TimeUnit unit) Schedules the specifiedTimerTask
for one-time execution after the specified delay.Constructors in io.netty.util with parameters of type TimerTaskModifierConstructorDescription(package private)
HashedWheelTimeout
(HashedWheelTimer timer, TimerTask task, long deadline)