java.lang.Object
io.lettuce.core.EpollProvider
@Deprecated public class EpollProvider extends Object
Deprecated.
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 Summary
Constructors Constructor Description EpollProvider()Deprecated. -
Method Summary
Modifier and Type Method Description static booleanisAvailable()Deprecated.
-
Constructor Details
-
EpollProvider
public EpollProvider()Deprecated.
-
-
Method Details
-
isAvailable
public static boolean isAvailable()Deprecated.- Returns:
trueif epoll is available.
-
EpollProviderinstead.