Class EpollSupport


  • public class EpollSupport
    extends Object
    • Constructor Detail

      • EpollSupport

        public EpollSupport()
    • Method Detail

      • isAvailable

        public static boolean isAvailable​(TransportOptions transportOptions)
      • createGroup

        public static io.netty.channel.EventLoopGroup createGroup​(int nThreads,
                                                                  ThreadFactory ioThreadFactory)
      • getChannelClass

        public static Class<? extends io.netty.channel.Channel> getChannelClass()