netty5/resolver-dns/src/main/java/io/netty/resolver/dns
Jay 2769ad428a Check the bindFuture before writing a DNS query
Related: #3149

Motivation:

DnsQueryContext, using the DatagramChannel bound in DnsNameResolver,
blindly writes to the channel without checking the bind future for
success.

Modifications:

Check the bindFuture before writing a DNS query to a DatagramChannel

Result:

Bug fixed
2014-12-01 19:46:18 +09:00
..
DnsNameResolver.java Check the bindFuture before writing a DNS query 2014-12-01 19:46:18 +09:00
DnsNameResolverContext.java Name resolver API and DNS-based name resolver 2014-10-16 17:05:20 +09:00
DnsNameResolverGroup.java Name resolver API and DNS-based name resolver 2014-10-16 17:05:20 +09:00
DnsQueryContext.java Check the bindFuture before writing a DNS query 2014-12-01 19:46:18 +09:00
DnsServerAddresses.java Name resolver API and DNS-based name resolver 2014-10-16 17:05:20 +09:00
package-info.java Name resolver API and DNS-based name resolver 2014-10-16 17:05:20 +09:00