public class NioEventLoopGroup extends MultithreadEventLoopGroup
| Constructor and Description |
|---|
NioEventLoopGroup() |
NioEventLoopGroup(int nThreads) |
NioEventLoopGroup(int nThreads,
ThreadFactory threadFactory) |
NioEventLoopGroup(int nThreads,
ThreadFactory threadFactory,
SelectorProvider selectorProvider) |
| 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 NioEventLoopGroup()
public NioEventLoopGroup(int nThreads)
public NioEventLoopGroup(int nThreads,
ThreadFactory threadFactory)
public NioEventLoopGroup(int nThreads,
ThreadFactory threadFactory,
SelectorProvider selectorProvider)
protected EventExecutor newChild(ThreadFactory threadFactory, ChannelTaskScheduler scheduler, Object... args) throws Exception
newChild in class MultithreadEventExecutorGroupExceptionCopyright © 2008-2012 The Netty Project. All Rights Reserved.