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