Uses of Interface
io.netty.util.Timeout
Packages that use Timeout
-
Uses of Timeout in io.netty.util
Classes in io.netty.util that implement TimeoutFields in io.netty.util with type parameters of type TimeoutMethods 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 specifiedTimerTask
for 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 thisTimer
and cancels all tasks which were scheduled but not executed yet.HashedWheelTimer.Worker.unprocessedTimeouts()
Methods in io.netty.util with parameters of type TimeoutModifier and TypeMethodDescriptionvoid
Executed after the delay specified withTimer.newTimeout(TimerTask, long, TimeUnit)
.Method parameters in io.netty.util with type arguments of type TimeoutModifier and TypeMethodDescriptionvoid
HashedWheelTimer.HashedWheelBucket.clearTimeouts
(Set<Timeout> set) Clear this bucket and return all not expired / cancelledTimeout
s.