Uses of Interface
io.netty.util.concurrent.ScheduledFuture
Packages that use ScheduledFuture
Package
Description
Utility classes for concurrent / async tasks.
-
Uses of ScheduledFuture in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as ScheduledFuture -
Uses of ScheduledFuture in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement ScheduledFutureModifier and TypeClassDescription(package private) final class
private static final class
Methods in io.netty.util.concurrent that return ScheduledFutureModifier and TypeMethodDescription<V> ScheduledFuture
<V> <V> ScheduledFuture
<V> private <V> ScheduledFuture
<V> AbstractScheduledEventExecutor.schedule
(ScheduledFutureTask<V> task) <V> ScheduledFuture
<V> <V> ScheduledFuture
<V> <V> ScheduledFuture
<V> <V> ScheduledFuture
<V> 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) 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)