Class EventLoopDetector

java.lang.Object
com.gmt2001.dns.EventLoopDetector

public final class EventLoopDetector extends Object
Detects if an operating system specific EventLoopGroup is available
Author:
gmt2001
  • Field Details

    • ISEPOLLAVAILABLE

      public static final boolean ISEPOLLAVAILABLE
      Indicates if Epoll, the Linux EventLoopGroup, is available
    • ISKQUEUEAVAILABLE

      public static final boolean ISKQUEUEAVAILABLE
      Indicates if KQueue, the macOS EventLoopGroup, is available
  • Method Details