public class EventLoops
extends java.lang.Object
| Constructor | Description |
|---|---|
EventLoops() |
| Modifier and Type | Method | 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)