Uses of Interface
io.netty.util.concurrent.ScheduledFuture
-
Packages that use ScheduledFuture Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngineio.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of ScheduledFuture in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as ScheduledFuture Modifier and Type Field Description private ScheduledFuture<?>AbstractSniHandler. timeoutFuture -
Uses of ScheduledFuture in io.netty.util.concurrent
Classes in io.netty.util.concurrent that implement ScheduledFuture Modifier and Type Class Description (package private) classScheduledFutureTask<V>private static classUnorderedThreadPoolEventExecutor.RunnableScheduledFutureTask<V>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)private <V> ScheduledFuture<V>AbstractScheduledEventExecutor. schedule(ScheduledFutureTask<V> task)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)<V> ScheduledFuture<V>UnorderedThreadPoolEventExecutor. schedule(java.util.concurrent.Callable<V> callable, long delay, java.util.concurrent.TimeUnit unit)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)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)
-