Uses of Class
io.netty.util.internal.UnstableApi
-
Packages that use UnstableApi Package Description io.netty.util Utility classes used across multiple packages.io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of UnstableApi in io.netty.util
Classes in io.netty.util with annotations of type UnstableApi Modifier and Type Class Description static classRecycler.EnhancedHandle<T> -
Uses of UnstableApi in io.netty.util.concurrent
Classes in io.netty.util.concurrent with annotations of type UnstableApi Modifier and Type Class Description classNonStickyEventExecutorGroupEventExecutorGroupwhich will preserveRunnableexecution order but makes no guarantees about whatEventExecutor(and thereforeThread) will be used to execute theRunnables.Methods in io.netty.util.concurrent with annotations of type UnstableApi Modifier and Type Method Description voidAbstractEventExecutor. lazyExecute(Runnable task)LikeExecutor.execute(Runnable)but does not guarantee the task will be run until either a non-lazy task is executed or the executor is shut down.
-