netty5/transport-native-epoll/src
Norman Maurer 218bb8b034 Replace usage of UnknownHostException with UnresolveableAddressException. Part of [#2262]
Motivation:
We better use UnresolveableAddressException as NIO does the same.

Modifications:
Replace usage of UnknownHostException with UnresolveableAddressException

Result:
epoll transport and nio transport behave the same way
2014-03-16 08:32:24 -07:00
..
main Replace usage of UnknownHostException with UnresolveableAddressException. Part of [#2262] 2014-03-16 08:32:24 -07:00
test/java/io/netty/channel/epoll Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00