netty5/transport
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
..
src Move generic unix classes/interfaces out of epoll package 2015-02-17 17:56:01 +01:00
pom.xml Name resolver API and DNS-based name resolver 2014-10-16 17:05:20 +09:00