Class EpollSupport


  • public class EpollSupport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EpollSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void createChannel​(io.netty.bootstrap.Bootstrap bootstrap)  
      static io.netty.channel.EventLoopGroup createGroup​(int nThreads, java.util.concurrent.ThreadFactory ioThreadfactory)  
      static boolean isAvailable​(TransportOptions transportOptions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EpollSupport

        public EpollSupport()
    • Method Detail

      • isAvailable

        public static boolean isAvailable​(TransportOptions transportOptions)
      • createGroup

        public static io.netty.channel.EventLoopGroup createGroup​(int nThreads,
                                                                  java.util.concurrent.ThreadFactory ioThreadfactory)
      • createChannel

        public static void createChannel​(io.netty.bootstrap.Bootstrap bootstrap)