Interface NettyChannelImplementationSelector

    • Method Detail

      • newEventLoopGroup

        io.netty.channel.EventLoopGroup newEventLoopGroup​(int numThreads,
                                                          java.util.concurrent.ThreadFactory threadFactory)
        Creates a new EventLoopGroup.
        Parameters:
        numThreads - the number of threads
        threadFactory - the ThreadFactory
        Returns:
        a new EventLoopGroup
      • getServerChannelClass

        java.lang.Class<? extends io.netty.channel.ServerChannel> getServerChannelClass()
        Returns:
        class for server channel
      • getChannelClass

        java.lang.Class<? extends io.netty.channel.Channel> getChannelClass()
        Returns:
        class for channel