DNS
Class DNSResponse

java.lang.Object
  extended byDNS.DNSResponse

public class DNSResponse
extends java.lang.Object

A DNS Response Message


Field Summary
 RRGroup[] answers
          An array of RR answers (and additional information)
 int id
          The original request id
 java.lang.String name
          What was looked up (is this needed?).
 byte[] tsig
          The TSIG computed over the answers array
 
Constructor Summary
DNSResponse(int id, java.lang.String name, int len)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public int id
The original request id


name

public java.lang.String name
What was looked up (is this needed?).


answers

public RRGroup[] answers
An array of RR answers (and additional information)


tsig

public byte[] tsig
The TSIG computed over the answers array

Constructor Detail

DNSResponse

public DNSResponse(int id,
                   java.lang.String name,
                   int len)
Method Detail

toString

public java.lang.String toString()