Uses of Interface
io.netty.util.TimerTask
Packages that use TimerTask
-
Uses of TimerTask in io.netty.util
Methods in io.netty.util that return TimerTaskModifier and TypeMethodDescriptionTimeout.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.