public class NioDatagramWorkerPool extends AbstractNioWorkerPool<NioDatagramWorker>
NioDatagramWorker
'sConstructor and Description |
---|
NioDatagramWorkerPool(Executor executor,
int workerCount) |
Modifier and Type | Method and Description |
---|---|
protected NioDatagramWorker |
newWorker(Executor executor)
|
init, nextWorker, rebuildSelectors, releaseExternalResources, shutdown
public NioDatagramWorkerPool(Executor executor, int workerCount)
protected NioDatagramWorker newWorker(Executor executor)
AbstractNioWorkerPool
newWorker
in class AbstractNioWorkerPool<NioDatagramWorker>
executor
- the Executor
to useWorker
Copyright © 2008-2016 The Netty Project. All Rights Reserved.