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 |
newWorker(Executor executor)
|
init, nextWorker, rebuildSelectors, releaseExternalResources, shutdown
public NioWorkerPool(Executor workerExecutor, int workerCount)
public NioWorkerPool(Executor workerExecutor, int workerCount, ThreadNameDeterminer determiner)
protected NioWorker newWorker(Executor executor)
AbstractNioWorkerPool
newWorker
in class AbstractNioWorkerPool<NioWorker>
executor
- the Executor
to useWorker
Copyright © 2008-2016 The Netty Project. All Rights Reserved.