Class DefaultEventLoop

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.netty.util.concurrent.SingleThreadEventExecutor

        io.netty.util.concurrent.SingleThreadEventExecutor.NonWakeupRunnable
      • Nested classes/interfaces inherited from class io.netty.util.concurrent.AbstractEventExecutor

        io.netty.util.concurrent.AbstractEventExecutor.LazyRunnable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void run()  
      • Methods inherited from class io.netty.util.concurrent.SingleThreadEventExecutor

        addShutdownHook, addTask, awaitTermination, canSuspend, canSuspend, cleanup, confirmShutdown, deadlineNanos, delayNanos, execute, getAndIncrementBusyCycles, getAndIncrementIdleCycles, getAndResetAccumulatedActiveTimeNanos, getLastActivityTimeNanos, getNumOfRegisteredChannels, inEventLoop, interruptThread, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isShuttingDown, isSuspended, isSuspensionSupported, isTerminated, lazyExecute, newTaskQueue, newTaskQueue, peekTask, pollTask, pollTaskFrom, reject, reject, removeShutdownHook, removeTask, reportActiveIoTime, resetBusyCycles, resetIdleCycles, runAllTasks, runAllTasks, runAllTasksFrom, runScheduledAndExecutorTasks, shutdown, shutdownGracefully, takeTask, terminationFuture, threadProperties, trySuspend, updateLastExecutionTime, wakesUpForTask, wakeup
      • Methods inherited from class io.netty.util.concurrent.AbstractScheduledEventExecutor

        afterScheduledTaskSubmitted, beforeScheduledTaskSubmitted, cancelScheduledTasks, deadlineToDelayNanos, delayNanos, fetchFromScheduledTaskQueue, getCurrentTimeNanos, hasScheduledTasks, initialNanoTime, nanoTime, nextScheduledTaskDeadlineNanos, nextScheduledTaskNano, pollScheduledTask, pollScheduledTask, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, ticker, validateScheduled
      • Methods inherited from class io.netty.util.concurrent.AbstractEventExecutor

        iterator, newTaskFor, newTaskFor, runTask, safeExecute, shutdownGracefully, shutdownNow, submit, submit, submit
      • Methods inherited from interface io.netty.util.concurrent.EventExecutor

        inEventLoop, inEventLoop, isExecutorThread, isSuspended, newFailedFuture, newProgressivePromise, newPromise, newSucceededFuture, trySuspend
      • Methods inherited from interface io.netty.util.concurrent.EventExecutorGroup

        isShuttingDown, iterator, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFuture, ticker
    • Constructor Detail

      • DefaultEventLoop

        public DefaultEventLoop()
      • DefaultEventLoop

        public DefaultEventLoop​(ThreadFactory threadFactory)
      • DefaultEventLoop

        public DefaultEventLoop​(Executor executor)
      • DefaultEventLoop

        public DefaultEventLoop​(EventLoopGroup parent)
    • Method Detail

      • run

        protected void run()
        Specified by:
        run in class io.netty.util.concurrent.SingleThreadEventExecutor