netty5/codec-dns/src/main/java/io/netty/handler/codec/dns
Norman Maurer e3c76ec106 DNS codec for Netty which is based on the work of [#1622].
Motivation:
As part of GSOC 2013 we had @mbakkar working on a DNS codec but did not integrate it yet as it needs some cleanup. This commit is based on @mbakkar's work and provide the codec for DNS.

Modifications:
Add DNS codec

Result:
Reusable DNS codec will be included in netty.

This PR also includes a AsynchronousDnsResolver which allows to resolve DNS entries in a non blocking way by make use
of the dns codec and netty transport itself.
2014-06-10 09:57:06 +02:00
..
DnsEntry.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsHeader.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsMessage.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsQuery.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsQueryEncoder.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsQueryHeader.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsQuestion.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsResource.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsResponse.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsResponseCode.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsResponseDecoder.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsResponseException.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
DnsResponseHeader.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00
package-info.java DNS codec for Netty which is based on the work of [#1622]. 2014-06-10 09:57:06 +02:00