Class EpollSupport
java.lang.Object
org.apache.qpid.jms.transports.netty.EpollSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateChannel(io.netty.bootstrap.Bootstrap bootstrap) static io.netty.channel.EventLoopGroupcreateGroup(int nThreads, ThreadFactory ioThreadfactory) static booleanisAvailable(TransportOptions transportOptions)
-
Constructor Details
-
EpollSupport
public EpollSupport()
-
-
Method Details
-
isAvailable
-
createGroup
public static io.netty.channel.EventLoopGroup createGroup(int nThreads, ThreadFactory ioThreadfactory) -
createChannel
public static void createChannel(io.netty.bootstrap.Bootstrap bootstrap)
-