Uses of Interface
io.netty.util.TimerTask
-
Packages that use TimerTask Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of TimerTask in io.netty.util
Fields in io.netty.util declared as TimerTask Modifier and Type Field Description private TimerTaskHashedWheelTimer.HashedWheelTimeout. taskMethods in io.netty.util that return TimerTask Modifier and Type Method Description TimerTaskHashedWheelTimer.HashedWheelTimeout. task()TimerTaskTimeout. task()Returns theTimerTaskwhich is associated with this handle.Methods in io.netty.util with parameters of type TimerTask Modifier and Type Method Description TimeoutHashedWheelTimer. newTimeout(TimerTask task, long delay, java.util.concurrent.TimeUnit unit)TimeoutTimer. newTimeout(TimerTask task, long delay, java.util.concurrent.TimeUnit unit)Schedules the specifiedTimerTaskfor one-time execution after the specified delay.Constructors in io.netty.util with parameters of type TimerTask Constructor Description HashedWheelTimeout(HashedWheelTimer timer, TimerTask task, long deadline)
-