public abstract class MultithreadEventLoopGroup extends io.netty.util.concurrent.MultithreadEventExecutorGroup implements EventLoopGroup
EventExecutorGroup implementations that handles their tasks with multiple threads at
the same time.| Modifier | Constructor and Description |
|---|---|
protected |
MultithreadEventLoopGroup(int nThreads,
Executor executor,
Object... args) |
protected |
MultithreadEventLoopGroup(int nThreads,
ThreadFactory threadFactory,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract EventLoop |
newChild(Executor executor,
Object... args) |
protected ThreadFactory |
newDefaultThreadFactory() |
EventLoop |
next() |
awaitTermination, children, executorCount, isShutdown, isShuttingDown, isTerminated, shutdown, shutdownGracefully, terminationFutureexecute, invokeAll, invokeAll, invokeAny, invokeAny, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdownGracefully, shutdownNow, submit, submit, submitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchildren, isShuttingDown, schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay, shutdown, shutdownGracefully, shutdownGracefully, shutdownNow, submit, submit, submit, terminationFutureawaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminatedprotected MultithreadEventLoopGroup(int nThreads,
Executor executor,
Object... args)
MultithreadEventExecutorGroup#MultithreadEventExecutorGroup(int, Executor, Object...)}protected MultithreadEventLoopGroup(int nThreads,
ThreadFactory threadFactory,
Object... args)
MultithreadEventExecutorGroup#MultithreadEventExecutorGroup(int, ThreadFactory, Object...)}protected ThreadFactory newDefaultThreadFactory()
newDefaultThreadFactory in class io.netty.util.concurrent.MultithreadEventExecutorGrouppublic EventLoop next()
next in interface EventLoopGroupnext in interface io.netty.util.concurrent.EventExecutorGroupnext in class io.netty.util.concurrent.MultithreadEventExecutorGroupCopyright © 2008–2013 The Netty Project. All rights reserved.