Module lettuce.core

Class EpollProvider

java.lang.Object
io.lettuce.core.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 Details

    • EpollProvider

      public EpollProvider()
      Deprecated.
  • Method Details

    • isAvailable

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