public class NioWorkerPool extends AbstractNioWorkerPool<NioWorker>
NioWorker
'sConstructor 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, shutdown
public NioWorkerPool(Executor workerExecutor, int workerCount)
public NioWorkerPool(Executor workerExecutor, int workerCount, ThreadNameDeterminer determiner)
@Deprecated protected NioWorker createWorker(Executor executor)
AbstractNioWorkerPool
AbstractNioWorkerPool.newWorker(Executor)
createWorker
in class AbstractNioWorkerPool<NioWorker>
executor
- the Executor
to useWorker
Copyright © 2008-2014 The Netty Project. All Rights Reserved.