Class KqueueProvider


  • @Deprecated
    public class KqueueProvider
    extends Object
    Deprecated.
    since 6.0, use KqueueProvider instead.
    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
    • Constructor Detail

      • KqueueProvider

        public KqueueProvider()
        Deprecated.
    • Method Detail

      • isAvailable

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