public class EventLoopUtil extends Object
| 构造器和说明 |
|---|
EventLoopUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.netty.channel.EventLoopGroup |
getEventLoop(int size,
String name) |
static IoMultiplexer |
getEventLoopType() |
static Class<? extends io.netty.channel.socket.ServerSocketChannel> |
getEventLoopTypeClass() |
static Class<? extends io.netty.channel.socket.SocketChannel> |
getEventLoopTypeClassClient() |
static Class<? extends io.netty.channel.socket.DatagramChannel> |
getEventLoopTypeClassUdp() |
public static IoMultiplexer getEventLoopType()
public static Class<? extends io.netty.channel.socket.ServerSocketChannel> getEventLoopTypeClass()
public static Class<? extends io.netty.channel.socket.SocketChannel> getEventLoopTypeClassClient()
public static Class<? extends io.netty.channel.socket.DatagramChannel> getEventLoopTypeClassUdp()
public static io.netty.channel.EventLoopGroup getEventLoop(int size,
String name)
Copyright © 2025. All rights reserved.