类 NettyEventLoopFactory


  • public class NettyEventLoopFactory
    extends Object
    • 构造器详细资料

      • NettyEventLoopFactory

        public NettyEventLoopFactory()
    • 方法详细资料

      • eventLoopGroup

        public static io.netty.channel.EventLoopGroup eventLoopGroup​(int threads,
                                                                     String threadFactoryName)
      • socketChannelClass

        public static Class<? extends io.netty.channel.socket.SocketChannel> socketChannelClass()
      • serverSocketChannelClass

        public static Class<? extends io.netty.channel.socket.ServerSocketChannel> serverSocketChannelClass()