Class DnsMessage

java.lang.Object
org.minidns.dnsmessage.DnsMessage

public class DnsMessage
extends Object
A DNS message as defined by RFC 1035. The message consists of a header and 4 sections: question, answer, nameserver and addition resource record section. A message can either be parsed (DnsMessage(byte[])) or serialized (toArray()).
See Also:
RFC 1035