javax.jmdns.impl
Class DNSRecord.Address

java.lang.Object
  extended by javax.jmdns.impl.DNSEntry
      extended by javax.jmdns.impl.DNSRecord
          extended by javax.jmdns.impl.DNSRecord.Address
Enclosing class:
DNSRecord

public static class DNSRecord.Address
extends DNSRecord

Address record.


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.jmdns.impl.DNSRecord
DNSRecord.Address, DNSRecord.HostInformation, DNSRecord.Pointer, DNSRecord.Service, DNSRecord.Text
 
Method Summary
protected  void toByteArray(java.io.DataOutputStream dout)
          Creates a byte array representation of this record.
 void toString(java.lang.StringBuilder aLog)
           
 
Methods inherited from class javax.jmdns.impl.DNSRecord
equals, getRecordSource, getTTL, isExpired, setRecordSource, setTTL, toString
 
Methods inherited from class javax.jmdns.impl.DNSEntry
compareTo, getKey, getName, getRecordClass, getRecordType, hashCode, isUnique, setName, toByteArray, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toByteArray

protected void toByteArray(java.io.DataOutputStream dout)
                    throws java.io.IOException
Creates a byte array representation of this record. This is needed for tie-break tests according to draft-cheshire-dnsext-multicastdns-04.txt chapter 9.2.

Overrides:
toByteArray in class DNSEntry
Throws:
java.io.IOException

toString

public void toString(java.lang.StringBuilder aLog)
Overrides:
toString in class DNSEntry