netty5/transport-native-epoll/src
Norman Maurer 6e508e60e7 Move generic unix classes/interfaces out of epoll package
Motivation:

As we plan to have other native transports soon (like a kqueue transport) we should move unix classes/interfaces out of the epoll package so we
introduce other implementations without breaking stuff before the next stable release.

Modifications:

Create a new io.netty.channel.unix package and move stuff over there.

Result:

Possible to introduce other native impls beside epoll.
2015-02-17 17:56:01 +01:00
..
main Move generic unix classes/interfaces out of epoll package 2015-02-17 17:56:01 +01:00
test/java/io/netty/channel/epoll Move generic unix classes/interfaces out of epoll package 2015-02-17 17:56:01 +01:00