Uses of Class
io.netty.util.concurrent.SingleThreadEventExecutor
-
Packages that use SingleThreadEventExecutor Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of SingleThreadEventExecutor in io.netty.util.concurrent
Subclasses of SingleThreadEventExecutor in io.netty.util.concurrent Modifier and Type Class Description class
DefaultEventExecutor
DefaultSingleThreadEventExecutor
implementation which just execute all submitted task in a serial fashion.Methods in io.netty.util.concurrent with parameters of type SingleThreadEventExecutor Modifier and Type Method Description void
RejectedExecutionHandler. rejected(Runnable task, SingleThreadEventExecutor executor)
Called when someone tried to add a task toSingleThreadEventExecutor
but this failed due capacity restrictions.
-