public class NettyNativeDetector
extends java.lang.Object
| Constructor and Description |
|---|
NettyNativeDetector() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class<? extends io.netty.channel.Channel> |
getChannel(io.netty.channel.EventLoopGroup group) |
static java.lang.Class<? extends io.netty.channel.Channel> |
getDatagramChannel(io.netty.channel.EventLoopGroup group) |
static java.lang.Class<? extends io.netty.channel.ServerChannel> |
getServerChannel(io.netty.channel.EventLoopGroup group) |
static io.netty.channel.EventLoopGroup |
newEventLoopGroup(int threads,
java.util.concurrent.ThreadFactory factory) |
public static io.netty.channel.EventLoopGroup newEventLoopGroup(int threads,
java.util.concurrent.ThreadFactory factory)
public static java.lang.Class<? extends io.netty.channel.ServerChannel> getServerChannel(io.netty.channel.EventLoopGroup group)
public static java.lang.Class<? extends io.netty.channel.Channel> getChannel(io.netty.channel.EventLoopGroup group)
public static java.lang.Class<? extends io.netty.channel.Channel> getDatagramChannel(io.netty.channel.EventLoopGroup group)