netty5/transport-native-epoll
Scott Mitchell dea337b4cf Native Transport Netty Class Package Prefix
Motivation:
transport-native-epoll finds java classes from JNI using fully qualified class names. If a shaded version of Netty is used then these lookups will fail.

Modifications:
- Allow a prefix to be appended to Netty class names in JNI code.

Result:
JNI code can be used with shaded version of Netty.
2016-01-15 12:55:58 -08:00
..
src Native Transport Netty Class Package Prefix 2016-01-15 12:55:58 -08:00
pom.xml [#4658] Fix encoding of pom.xml file 2016-01-06 08:11:37 +01:00
README.md Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00

Native transport for Linux

See our wiki page.