public class TransportCheck extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
SUPPORTS_EPOLL |
Constructor and Description |
---|
TransportCheck() |
Modifier and Type | Method and Description |
---|---|
static io.netty.channel.EventLoopGroup |
createEventLoopGroup(int nThreads,
String prefix) |
static Class<? extends io.netty.channel.socket.SocketChannel> |
getClientSocketChannel() |
static Class<? extends io.netty.channel.socket.ServerSocketChannel> |
getServerSocketChannel() |
public static Class<? extends io.netty.channel.socket.ServerSocketChannel> getServerSocketChannel()
public static Class<? extends io.netty.channel.socket.SocketChannel> getClientSocketChannel()
public static io.netty.channel.EventLoopGroup createEventLoopGroup(int nThreads, String prefix)
Copyright © 2021 The Apache Software Foundation. All rights reserved.