Class KQueueSupport
- java.lang.Object
-
- org.apache.qpid.protonj2.client.transport.KQueueSupport
-
public class KQueueSupport extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Constructor Summary
Constructors Constructor Description KQueueSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.channel.EventLoopGroup
createGroup(int nThreads, java.util.concurrent.ThreadFactory ioThreadFactory)
static java.lang.Class<? extends io.netty.channel.Channel>
getChannelClass()
static boolean
isAvailable(TransportOptions transportOptions)
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
isAvailable
public static boolean isAvailable(TransportOptions transportOptions)
-
createGroup
public static io.netty.channel.EventLoopGroup createGroup(int nThreads, java.util.concurrent.ThreadFactory ioThreadFactory)
-
getChannelClass
public static java.lang.Class<? extends io.netty.channel.Channel> getChannelClass()
-
-