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