netty5/transport-native-epoll
nmittler d9b4ec050c Support preloading of native epoll lib
Motivation:

Some applications may use alternative methods of loading the epoll JNI symbols. We should support this use case.

Modifications:

Attempt to use a side effect free JNI method. If that fails, load the library.

Result:

Fixes #5122
2016-04-12 20:20:12 +02:00
..
src Support preloading of native epoll lib 2016-04-12 20:20:12 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-04-04 16:53:40 +02:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:27:43 +01:00

Native transport for Linux

See our wiki page.