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 TimerTask
HashedWheelTimer.HashedWheelTimeout. task
Methods in io.netty.util that return TimerTask Modifier and Type Method Description TimerTask
HashedWheelTimer.HashedWheelTimeout. task()
TimerTask
Timeout. task()
Returns theTimerTask
which is associated with this handle.Methods in io.netty.util with parameters of type TimerTask Modifier and Type Method Description Timeout
HashedWheelTimer. newTimeout(TimerTask task, long delay, java.util.concurrent.TimeUnit unit)
Timeout
Timer. newTimeout(TimerTask task, long delay, java.util.concurrent.TimeUnit unit)
Schedules the specifiedTimerTask
for 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)
-