Class EpollProvider


  • @Deprecated
    public class EpollProvider
    extends Object
    Deprecated.
    Use EpollProvider instead.
    Wraps and provides Epoll classes. This is to protect the user from ClassNotFoundException's caused by the absence of the netty-transport-native-epoll library during runtime. Internal API.
    Since:
    4.4
    Author:
    Mark Paluch
    • Constructor Detail

      • EpollProvider

        public EpollProvider()
        Deprecated.
    • Method Detail

      • isAvailable

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