Uses of Interface
io.netty.util.concurrent.ScheduledFuture
Packages that use ScheduledFuture
-
Uses of ScheduledFuture in io.netty.util.concurrent
Methods in io.netty.util.concurrent that return ScheduledFutureModifier and TypeMethodDescription<V> ScheduledFuture<V> <V> ScheduledFuture<V> <V> ScheduledFuture<V> <V> ScheduledFuture<V> <V> ScheduledFuture<V> Deprecated.<V> ScheduledFuture<V> Deprecated.AbstractEventExecutor.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) AbstractEventExecutorGroup.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) AbstractScheduledEventExecutor.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) EventExecutorGroup.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) NonStickyEventExecutorGroup.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) UnorderedThreadPoolEventExecutor.scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) Deprecated.AbstractEventExecutor.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) AbstractEventExecutorGroup.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) AbstractScheduledEventExecutor.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) EventExecutorGroup.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) NonStickyEventExecutorGroup.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) UnorderedThreadPoolEventExecutor.scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) Deprecated.