netty5/transport-native-epoll
田欧 e8efcd82a8 migrate java8: use requireNonNull (#8840)
Motivation:

We can just use Objects.requireNonNull(...) as a replacement for ObjectUtil.checkNotNull(....)

Modifications:

- Use Objects.requireNonNull(...)

Result:

Less code to maintain.
2019-02-04 10:32:25 +01:00
..
src migrate java8: use requireNonNull (#8840) 2019-02-04 10:32:25 +01:00
pom.xml Update to new checkstyle plugin (#8777) 2019-01-24 16:24:19 +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.