Uses of Interface
io.netty.util.Timeout
Packages that use Timeout
-
Uses of Timeout in io.netty.util
Methods in io.netty.util that return TimeoutModifier 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.Methods in io.netty.util that return types with arguments of type TimeoutModifier and TypeMethodDescriptionHashedWheelTimer.stop()Timer.stop()Releases all resources acquired by thisTimerand cancels all tasks which were scheduled but not executed yet.Methods in io.netty.util with parameters of type TimeoutModifier and TypeMethodDescriptiondefault voidCalled forTimerTasks that are successfully canceled viaTimeout.cancel().voidExecuted after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit).