public class EventLoops
extends java.lang.Object
| Constructor and Description |
|---|
EventLoops() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.channel.MultiThreadIoEventLoopGroup |
tcpClientEventLoop(TCPChannelType channelType) |
static io.netty.channel.MultiThreadIoEventLoopGroup |
tcpServerChildEventLoop(TCPChannelType channelType) |
static io.netty.channel.MultiThreadIoEventLoopGroup |
tcpServerParentEventLoop(TCPChannelType channelType) |
static io.netty.channel.MultiThreadIoEventLoopGroup |
udpClientEventLoop(UDPChannelType channelType) |
static io.netty.channel.MultiThreadIoEventLoopGroup |
udpServerChildEventLoop(UDPChannelType channelType) |
static io.netty.channel.MultiThreadIoEventLoopGroup |
udpServerParentEventLoop(UDPChannelType channelType) |
public static io.netty.channel.MultiThreadIoEventLoopGroup tcpClientEventLoop(TCPChannelType channelType)
public static io.netty.channel.MultiThreadIoEventLoopGroup tcpServerParentEventLoop(TCPChannelType channelType)
public static io.netty.channel.MultiThreadIoEventLoopGroup tcpServerChildEventLoop(TCPChannelType channelType)
public static io.netty.channel.MultiThreadIoEventLoopGroup udpClientEventLoop(UDPChannelType channelType)
public static io.netty.channel.MultiThreadIoEventLoopGroup udpServerParentEventLoop(UDPChannelType channelType)
public static io.netty.channel.MultiThreadIoEventLoopGroup udpServerChildEventLoop(UDPChannelType channelType)