public class LocalEventLoopGroup extends MultithreadEventLoopGroup
| Constructor and Description |
|---|
LocalEventLoopGroup() |
LocalEventLoopGroup(int nThreads) |
LocalEventLoopGroup(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 LocalEventLoopGroup()
public LocalEventLoopGroup(int nThreads)
public LocalEventLoopGroup(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.