
public class NioWorkerPool extends AbstractNioWorkerPool<NioWorker>
NioWorker's| Constructor and Description |
|---|
NioWorkerPool(Executor workerExecutor,
int workerCount) |
| Modifier and Type | Method and Description |
|---|---|
protected NioWorker |
createWorker(Executor executor)
|
nextWorker, releaseExternalResourcespublic NioWorkerPool(Executor workerExecutor, int workerCount)
protected NioWorker createWorker(Executor executor)
AbstractNioWorkerPoolcreateWorker in class AbstractNioWorkerPool<NioWorker>executor - the Executor to useWorkerCopyright © 2008-2013 The Netty Project. All Rights Reserved.