netty5/codec-dns/src
Yeti Sno b9ae48589b Make codec-dns can support build a dns server, reply answer from client.
Motivation:

codec-dns has great function to solve dns packet, but only make a query, not answer query from other client.

i make a change of add two classes to fill last pieces of map, finish the server function.

Modifications:

in this change, add two classes of DatagramDnsQueryDecoder and DatagramDnsResponseEncoder to handle client query, reply answer.

Result:

nothing code change after this commit, except two new classes.
2016-01-18 16:41:44 +09:00
..
main/java/io/netty/handler/codec/dns Make codec-dns can support build a dns server, reply answer from client. 2016-01-18 16:41:44 +09:00
test/java/io/netty/handler/codec/dns maxBytesPerRead channel configuration 2015-08-05 23:59:54 -07:00