public class NettyEventLoopFactory extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static io.netty.channel.EventLoopGroup |
NIO_EVENT_LOOP_GROUP
netty client bootstrap
|
| 构造器和说明 |
|---|
NettyEventLoopFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static io.netty.channel.EventLoopGroup |
eventLoopGroup(int threads,
String threadFactoryName) |
static Class<? extends io.netty.channel.socket.ServerSocketChannel> |
serverSocketChannelClass() |
static Class<? extends io.netty.channel.socket.SocketChannel> |
socketChannelClass() |
public static final io.netty.channel.EventLoopGroup NIO_EVENT_LOOP_GROUP
public static io.netty.channel.EventLoopGroup eventLoopGroup(int threads,
String threadFactoryName)
public static Class<? extends io.netty.channel.socket.SocketChannel> socketChannelClass()
public static Class<? extends io.netty.channel.socket.ServerSocketChannel> serverSocketChannelClass()
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.