Class EpollSupport


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      EpollSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.netty.channel.EventLoopGroup createGroup​(int nThreads, java.util.concurrent.ThreadFactory ioThreadFactory)  
      static java.lang.Class<? extends io.netty.channel.Channel> getChannelClass()  
      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)
      • getChannelClass

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