Class ThreadPerChannelEventLoop

    • 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 Deprecated Methods 
      Modifier and Type Method Description
      protected void deregister()
      Deprecated.
       
      ChannelFuture register​(ChannelPromise promise)
      Deprecated.
      Register a Channel with this EventLoop using a ChannelFuture.
      ChannelFuture register​(Channel channel, ChannelPromise promise)
      Deprecated.
      int registeredChannels()
      Deprecated.
      Returns the number of Channels registered with this EventLoop or -1 if operation is not supported.
      protected void run()
      Deprecated.
       
      • Methods inherited from class io.netty.util.concurrent.SingleThreadEventExecutor

        addShutdownHook, addTask, awaitTermination, canSuspend, canSuspend, cleanup, confirmShutdown, deadlineNanos, delayNanos, execute, inEventLoop, interruptThread, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isShuttingDown, isSuspended, isTerminated, lazyExecute, newTaskQueue, newTaskQueue, peekTask, pollTask, pollTaskFrom, reject, reject, removeShutdownHook, removeTask, 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