netty5/transport-native-epoll/src
Norman Maurer 8869f6d5c1 [#2598] Add Epoll.isAvailable() which allows to check if epoll can be used.
Motivation:

At the moment there is no simple way for a user to check if the native epoll transport can be used on the running platform. Thus the user can only try to instance it and catch any exception and fallback to nio transport.

Modification:

Add Epoll.isAvailable() which allows to check if epoll can be used.

Result:

User can easily check if epoll transport can be used or not
2014-06-26 12:27:40 +02:00
..
main [#2598] Add Epoll.isAvailable() which allows to check if epoll can be used. 2014-06-26 12:27:40 +02:00
test/java/io/netty/channel/epoll [#2598] Add Epoll.isAvailable() which allows to check if epoll can be used. 2014-06-26 12:27:40 +02:00