
public class NioWorkerPool extends AbstractNioWorkerPool<NioWorker>
NioWorker's| Constructor and Description |
|---|
NioWorkerPool(Executor workerExecutor,
int workerCount) |
NioWorkerPool(Executor workerExecutor,
int workerCount,
ThreadNameDeterminer determiner) |
| Modifier and Type | Method and Description |
|---|---|
protected NioWorker |
createWorker(Executor executor)
Deprecated.
|
init, newWorker, nextWorker, rebuildSelectors, releaseExternalResources, shutdownpublic NioWorkerPool(Executor workerExecutor, int workerCount)
public NioWorkerPool(Executor workerExecutor, int workerCount, ThreadNameDeterminer determiner)
@Deprecated protected NioWorker createWorker(Executor executor)
AbstractNioWorkerPoolAbstractNioWorkerPool.newWorker(Executor)createWorker in class AbstractNioWorkerPool<NioWorker>executor - the Executor to useWorkerCopyright © 2008-2014 The Netty Project. All Rights Reserved.