public interface WorkerPool<E extends Worker> extends NioSelectorPool
WorkerPool
is responsible to hand of Worker
's on demandModifier and Type | Method and Description |
---|---|
E |
nextWorker()
Return the next
Worker to use |
rebuildSelectors, shutdown
Copyright © 2008-2014 The Netty Project. All Rights Reserved.