public class AioEventLoopGroup extends MultithreadEventLoopGroup
| Constructor and Description |
|---|
AioEventLoopGroup() |
AioEventLoopGroup(int nThreads) |
AioEventLoopGroup(int nThreads,
ThreadFactory threadFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected EventExecutor |
newChild(ThreadFactory threadFactory,
ChannelTaskScheduler scheduler,
Object... args) |
void |
shutdown()
Shuts down all
EventExecutors managed by this group. |
next, register, registerawaitTermination, isShutdown, isTerminatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitTermination, isShutdown, isTerminatedpublic AioEventLoopGroup()
public AioEventLoopGroup(int nThreads)
public AioEventLoopGroup(int nThreads,
ThreadFactory threadFactory)
public void shutdown()
EventExecutorGroupEventExecutors managed by this group.shutdown in interface EventExecutorGroupshutdown in class MultithreadEventExecutorGroupExecutorService.shutdown()protected EventExecutor newChild(ThreadFactory threadFactory, ChannelTaskScheduler scheduler, Object... args) throws Exception
newChild in class MultithreadEventExecutorGroupExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.