Class ShareableWorkerPool<E extends Worker>

java.lang.Object
org.jboss.netty.channel.socket.nio.ShareableWorkerPool<E>
All Implemented Interfaces:
NioSelectorPool, WorkerPool<E>

public final class ShareableWorkerPool<E extends Worker> extends Object implements WorkerPool<E>
This implementation of a WorkerPool should be used if you plan to share a WorkerPool between different Factories. You will need to call destroy() by your own once you want to release any resources of it.