
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)
Deprecated.
|
init, newWorker, nextWorker, rebuildSelectors, releaseExternalResources, shutdownpublic NioDatagramWorkerPool(Executor executor, int workerCount)
@Deprecated protected NioDatagramWorker createWorker(Executor executor)
AbstractNioWorkerPoolAbstractNioWorkerPool.newWorker(Executor)createWorker in class AbstractNioWorkerPool<NioDatagramWorker>executor - the Executor to useWorkerCopyright © 2008-2013 The Netty Project. All Rights Reserved.