public class NettyObjectFactory
extends java.lang.Object
| Constructor and Description |
|---|
NettyObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.channel.ChannelFactory<? extends io.netty.channel.ServerChannel> |
getServerSocketChannelFactory() |
static io.netty.channel.EventLoopGroup |
newEventLoopGroup(int threads) |
static void |
setUsingEpoll(boolean value) |
public static void setUsingEpoll(boolean value)
public static io.netty.channel.EventLoopGroup newEventLoopGroup(int threads)
public static io.netty.channel.ChannelFactory<? extends io.netty.channel.ServerChannel> getServerSocketChannelFactory()