Class NettyEventLoopGroupFactory
- java.lang.Object
-
- org.apache.qpid.jms.transports.netty.NettyEventLoopGroupFactory
-
public final class NettyEventLoopGroupFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EventLoopGroupRefsharedGroup(EventLoopType type, int threads)static EventLoopGroupRefunsharedGroup(EventLoopType type, java.util.concurrent.ThreadFactory threadFactory)
-
-
-
Method Detail
-
unsharedGroup
public static EventLoopGroupRef unsharedGroup(EventLoopType type, java.util.concurrent.ThreadFactory threadFactory)
-
sharedGroup
public static EventLoopGroupRef sharedGroup(EventLoopType type, int threads)
-
-