Uses of Interface
org.jboss.netty.util.TimerTask
-
Packages that use TimerTask Package Description org.jboss.netty.util Utility classes used across multiple packages. -
-
Uses of TimerTask in org.jboss.netty.util
Methods in org.jboss.netty.util that return TimerTask Modifier and Type Method Description TimerTask
Timeout. getTask()
Returns theTimerTask
which is associated with this handle.Methods in org.jboss.netty.util with parameters of type TimerTask Modifier and Type Method Description Timeout
HashedWheelTimer. newTimeout(TimerTask task, long delay, TimeUnit unit)
Timeout
Timer. newTimeout(TimerTask task, long delay, TimeUnit unit)
Schedules the specifiedTimerTask
for one-time execution after the specified delay.
-