Interface TransportFactory<C extends io.netty.channel.Channel,​L extends io.netty.channel.EventLoopGroup>

  • All Superinterfaces:
    io.netty.bootstrap.ChannelFactory<C>, io.netty.channel.ChannelFactory<C>

    public interface TransportFactory<C extends io.netty.channel.Channel,​L extends io.netty.channel.EventLoopGroup>
    extends io.netty.channel.ChannelFactory<C>
    • Method Detail

      • newEventLoopGroup

        L newEventLoopGroup​(int ioThreadsCount,
                            ThreadFactory threadFactory)