public final class DefaultEventExecutor extends SingleThreadEventExecutor
SingleThreadEventExecutor implementation which just execute all submitted task in a
serial fashion.| Constructor and Description |
|---|
DefaultEventExecutor() |
DefaultEventExecutor(EventExecutorGroup parent) |
DefaultEventExecutor(EventExecutorGroup parent,
Executor executor) |
DefaultEventExecutor(EventExecutorGroup parent,
ThreadFactory threadFactory) |
DefaultEventExecutor(Executor executor) |
DefaultEventExecutor(ThreadFactory threadFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
run() |
addShutdownHook, addTask, awaitTermination, cleanup, confirmShutdown, delayNanos, execute, hasTasks, inEventLoop, interruptThread, isShutdown, isShuttingDown, isTerminated, newTaskQueue, peekTask, pendingTasks, pollTask, reject, removeShutdownHook, removeTask, runAllTasks, runAllTasks, shutdown, shutdownGracefully, takeTask, terminationFuture, threadProperties, updateLastExecutionTime, wakesUpForTask, wakeupcancelScheduledTasks, hasScheduledTasks, nanoTime, nextScheduledTaskNano, pollScheduledTask, pollScheduledTask, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelaychildren, inEventLoop, iterator, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, newTaskFor, newTaskFor, next, parent, shutdownGracefully, shutdownNow, submit, submit, submitinvokeAll, invokeAll, invokeAny, invokeAnyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokeAll, invokeAll, invokeAny, invokeAnypublic DefaultEventExecutor()
public DefaultEventExecutor(ThreadFactory threadFactory)
public DefaultEventExecutor(Executor executor)
public DefaultEventExecutor(EventExecutorGroup parent)
public DefaultEventExecutor(EventExecutorGroup parent, ThreadFactory threadFactory)
public DefaultEventExecutor(EventExecutorGroup parent, Executor executor)
protected void run()
run in class SingleThreadEventExecutorCopyright © 2008–2016 The Netty Project. All rights reserved.