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) |
next, register, registerawaitTermination, isShutdown, isTerminated, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitawaitTermination, isShutdown, isTerminated, shutdownpublic AioEventLoopGroup()
public AioEventLoopGroup(int nThreads)
public AioEventLoopGroup(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.