Class IOUringSupport
- java.lang.Object
-
- org.apache.qpid.protonj2.client.transport.IOUringSupport
-
public class IOUringSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description IOUringSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.channel.EventLoopGroup
createGroup(int nThreads, ThreadFactory ioThreadFactory)
static Class<? extends io.netty.channel.Channel>
getChannelClass()
static boolean
isAvailable(TransportOptions transportOptions)
-
-
-
Field Detail
-
NAME
public static final 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, ThreadFactory ioThreadFactory)
-
getChannelClass
public static Class<? extends io.netty.channel.Channel> getChannelClass()
-
-