Class KqueueProvider


  • public class KqueueProvider
    extends Object
    Wraps and provides kqueue classes. This is to protect the user from ClassNotFoundException's caused by the absence of the netty-transport-native-kqueue library during runtime. Internal API.
    Since:
    4.4
    Author:
    Mark Paluch, Yohei Ueki
    • Constructor Detail

      • KqueueProvider

        public KqueueProvider()
    • Method Detail

      • isAvailable

        public static boolean isAvailable()
        Returns:
        true if kqueue is available.