Uses of Interface
io.netty5.util.TimerTask
-
Packages that use TimerTask Package Description io.netty5.util Utility classes used across multiple packages. -
-
Uses of TimerTask in io.netty5.util
Methods in io.netty5.util that return TimerTask Modifier and Type Method Description TimerTaskTimeout. task()Returns theTimerTaskwhich is associated with this handle.Methods in io.netty5.util with parameters of type TimerTask Modifier and Type Method Description TimeoutHashedWheelTimer. newTimeout(TimerTask task, long delay, TimeUnit unit)TimeoutTimer. newTimeout(TimerTask task, long delay, TimeUnit unit)Schedules the specifiedTimerTaskfor one-time execution after the specified delay.
-