Uses of Interface
io.netty.util.concurrent.ScheduledFuture
-
Packages that use ScheduledFuture Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of ScheduledFuture in io.netty.util.concurrent
Methods in io.netty.util.concurrent that return ScheduledFuture Modifier and Type Method Description ScheduledFuture<?>AbstractEventExecutor. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)<V> ScheduledFuture<V>AbstractEventExecutor. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>AbstractEventExecutorGroup. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)<V> ScheduledFuture<V>AbstractEventExecutorGroup. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>AbstractScheduledEventExecutor. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)<V> ScheduledFuture<V>AbstractScheduledEventExecutor. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>EventExecutorGroup. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)<V> ScheduledFuture<V>EventExecutorGroup. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>NonStickyEventExecutorGroup. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)<V> ScheduledFuture<V>NonStickyEventExecutorGroup. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>UnorderedThreadPoolEventExecutor. schedule(java.lang.Runnable command, long delay, java.util.concurrent.TimeUnit unit)Deprecated.<V> ScheduledFuture<V>UnorderedThreadPoolEventExecutor. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)Deprecated.ScheduledFuture<?>AbstractEventExecutor. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>AbstractEventExecutorGroup. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>AbstractScheduledEventExecutor. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>EventExecutorGroup. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>NonStickyEventExecutorGroup. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>UnorderedThreadPoolEventExecutor. scheduleAtFixedRate(java.lang.Runnable command, long initialDelay, long period, java.util.concurrent.TimeUnit unit)Deprecated.ScheduledFuture<?>AbstractEventExecutor. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>AbstractEventExecutorGroup. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>AbstractScheduledEventExecutor. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>EventExecutorGroup. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>NonStickyEventExecutorGroup. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)ScheduledFuture<?>UnorderedThreadPoolEventExecutor. scheduleWithFixedDelay(java.lang.Runnable command, long initialDelay, long delay, java.util.concurrent.TimeUnit unit)Deprecated.
-