public class NioDatagramWorkerPool extends AbstractNioWorkerPool<NioDatagramWorker>
NioDatagramWorker's| Constructor and Description |
|---|
NioDatagramWorkerPool(Executor executor,
int workerCount) |
| Modifier and Type | Method and Description |
|---|---|
protected NioDatagramWorker |
newWorker(Executor executor)
|
init, nextWorker, rebuildSelectors, releaseExternalResources, shutdownpublic NioDatagramWorkerPool(Executor executor, int workerCount)
protected NioDatagramWorker newWorker(Executor executor)
AbstractNioWorkerPoolnewWorker in class AbstractNioWorkerPool<NioDatagramWorker>executor - the Executor to useWorkerCopyright © 2008-2015 The Netty Project. All Rights Reserved.