| Modifier and Type | Field and Description |
|---|---|
static io.netty.channel.EventLoopGroup |
bossEventLoopGroup |
static Class<? extends io.netty.channel.socket.SocketChannel> |
clientSocketChannel |
static boolean |
isLinux |
static boolean |
isMac |
static boolean |
isWin |
static io.netty.resolver.dns.DnsAddressResolverGroup |
resolverGroup |
static Class<? extends io.netty.channel.socket.ServerSocketChannel> |
serverSocketChannel |
| Constructor and Description |
|---|
NettyAdaptiveHelper() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.channel.EventLoopGroup |
clientEventLoopGroup() |
static io.netty.channel.EventLoopGroup |
clientEventLoopGroup(int thread) |
public static boolean isMac
public static boolean isWin
public static boolean isLinux
public static io.netty.resolver.dns.DnsAddressResolverGroup resolverGroup
public static Class<? extends io.netty.channel.socket.ServerSocketChannel> serverSocketChannel
public static Class<? extends io.netty.channel.socket.SocketChannel> clientSocketChannel
public static io.netty.channel.EventLoopGroup bossEventLoopGroup
Copyright © 2019. All rights reserved.