netty5/transport-native-epoll
Norman Maurer 11d2ce7614
Add fallback for android when trying to access the filedescriptor via JNI (#10882)
Motivation:

Android seems to use a different field name so we should also try to access it with the name used by android.

Modifications:

Try first fd and if this fails try descriptor as field name

Result:

Workaround for android.
2020-12-22 20:42:52 +01:00
..
src Add fallback for android when trying to access the filedescriptor via JNI (#10882) 2020-12-22 20:42:52 +01:00
pom.xml Ensure we only register native methods once (#10876) 2020-12-18 10:37:49 +01:00
README.md Change the netty.io homepage scheme(http -> https) (#9344) 2019-07-09 21:09:42 +02:00

Native transport for Linux

See our wiki page.