netty5/transport-native-epoll/src/main/java/io/netty/channel/epoll
Norman Maurer 4f5f4cdc9d [#2262] Fix NPE triggered by unresolveable InetSocketAddress in epoll transport
Motivation:
At the moment when an unresolvable InetSocketAddress is passed into the epoll transport a NPE is thrown

Modifications:
Add check in place which will throw an UnknownHostException if an InetSocketAddress could not been resolved.

Result:
Proper handling of unresolvable InetSocketAddresses
2014-03-16 06:28:07 -07:00
..
AbstractEpollChannel.java [#2262] Fix NPE triggered by unresolveable InetSocketAddress in epoll transport 2014-03-16 06:28:07 -07:00
EpollChannelOption.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
EpollChannelOutboundBuffer.java Directly use memory addresses for gathering writes to reduce gc pressure. Part of [#2239] 2014-02-21 13:37:33 +01:00
EpollEventLoop.java [#2297] Correctly close all registered Channels on EpollEventLoop.closeAll() 2014-03-10 20:37:16 +01:00
EpollEventLoopGroup.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
EpollServerSocketChannel.java [#2262] Fix NPE triggered by unresolveable InetSocketAddress in epoll transport 2014-03-16 06:28:07 -07:00
EpollServerSocketChannelConfig.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
EpollSocketChannel.java [#2262] Fix NPE triggered by unresolveable InetSocketAddress in epoll transport 2014-03-16 06:28:07 -07:00
EpollSocketChannelConfig.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00
Native.java [#2280] Correct logic in Native.finishConnect. Fix use of optval parameter in c getOption function. In epoll event loop, check that channel is open before processing event. 2014-03-09 19:38:16 +01:00
package-info.java Introduce a native transport for linux using epoll ET 2014-02-15 22:44:56 +01:00