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)
|
nextWorker, releaseExternalResources
public NioDatagramWorkerPool(Executor executor, int workerCount)
protected NioDatagramWorker createWorker(Executor executor)
AbstractNioWorkerPool
createWorker
in class AbstractNioWorkerPool<NioDatagramWorker>
executor
- the Executor
to useWorker
Copyright © 2008-2013 The Netty Project. All Rights Reserved.