
public class NioDatagramWorkerPool extends AbstractNioWorkerPool<NioDatagramWorker>
NioDatagramWorker's| Constructor and Description |
|---|
NioDatagramWorkerPool(Executor executor,
int workerCount) |
| Modifier and Type | Method and Description |
|---|---|
protected NioDatagramWorker |
createWorker(Executor executor)
|
nextWorker, releaseExternalResourcespublic NioDatagramWorkerPool(Executor executor, int workerCount)
protected NioDatagramWorker createWorker(Executor executor)
AbstractNioWorkerPoolcreateWorker in class AbstractNioWorkerPool<NioDatagramWorker>executor - the Executor to useWorkerCopyright © 2008-2013 The Netty Project. All Rights Reserved.