public class DefaultEventExecutorGroup extends MultithreadEventExecutorGroup
| Constructor and Description |
|---|
DefaultEventExecutorGroup(int nThreads) |
DefaultEventExecutorGroup(int nThreads,
ThreadFactory threadFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected EventExecutor |
newChild(ThreadFactory threadFactory,
ChannelTaskScheduler scheduler,
Object... args) |
awaitTermination, isShutdown, isTerminated, next, shutdownpublic DefaultEventExecutorGroup(int nThreads)
public DefaultEventExecutorGroup(int nThreads,
ThreadFactory threadFactory)
protected EventExecutor newChild(ThreadFactory threadFactory, ChannelTaskScheduler scheduler, Object... args) throws Exception
newChild in class MultithreadEventExecutorGroupExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.