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 TimerTaskHashedWheelTimer.HashedWheelTimeout.taskMethods in io.netty.util that return TimerTaskModifier and TypeMethodDescriptionHashedWheelTimer.HashedWheelTimeout.task()Timeout.task()Returns theTimerTaskwhich 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 specifiedTimerTaskfor 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)