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