Uses of Interface
org.jboss.netty.util.TimerTask
Packages that use TimerTask
-
Uses of TimerTask in org.jboss.netty.util
Methods in org.jboss.netty.util that return TimerTaskModifier and TypeMethodDescriptionTimeout.getTask()Returns theTimerTaskwhich is associated with this handle.Methods in org.jboss.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.