public class EventLoops
extends java.lang.Object
| Constructor and Description |
|---|
EventLoops() |
| Modifier and Type | Method and Description |
|---|---|
static io.netty.channel.MultiThreadIoEventLoopGroup |
getClientEventLoop(TransportType transportType) |
static io.netty.channel.MultiThreadIoEventLoopGroup |
getServerChildEventLoop(TransportType transportType) |
static io.netty.channel.MultiThreadIoEventLoopGroup |
getServerParentEventLoop(TransportType transportType) |
public static io.netty.channel.MultiThreadIoEventLoopGroup getClientEventLoop(TransportType transportType)
public static io.netty.channel.MultiThreadIoEventLoopGroup getServerParentEventLoop(TransportType transportType)
public static io.netty.channel.MultiThreadIoEventLoopGroup getServerChildEventLoop(TransportType transportType)