4f5f4cdc9d
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 |
||
---|---|---|
.. | ||
AbstractEpollChannel.java | ||
EpollChannelOption.java | ||
EpollChannelOutboundBuffer.java | ||
EpollEventLoop.java | ||
EpollEventLoopGroup.java | ||
EpollServerSocketChannel.java | ||
EpollServerSocketChannelConfig.java | ||
EpollSocketChannel.java | ||
EpollSocketChannelConfig.java | ||
Native.java | ||
package-info.java |