public class QuicNettyEventLoopFactory extends Object
| 构造器和说明 |
|---|
QuicNettyEventLoopFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 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 © 2022 The Apache Software Foundation. All rights reserved.