public class NettyNativeDetector extends Object
Constructor and Description |
---|
NettyNativeDetector() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends io.netty.channel.Channel> |
getChannel(io.netty.channel.EventLoopGroup group) |
static Class<? extends io.netty.channel.Channel> |
getDatagramChannel(io.netty.channel.EventLoopGroup group) |
static Class<? extends io.netty.channel.ServerChannel> |
getServerChannel(io.netty.channel.EventLoopGroup group) |
static io.netty.channel.EventLoopGroup |
newEventLoopGroup(int threads,
ThreadFactory factory) |
public static io.netty.channel.EventLoopGroup newEventLoopGroup(int threads, ThreadFactory factory)
public static Class<? extends io.netty.channel.ServerChannel> getServerChannel(io.netty.channel.EventLoopGroup group)
public static Class<? extends io.netty.channel.Channel> getChannel(io.netty.channel.EventLoopGroup group)
public static Class<? extends io.netty.channel.Channel> getDatagramChannel(io.netty.channel.EventLoopGroup group)
Copyright © 2017. All rights reserved.