Searched defs:AppleDNSRecord (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java767 // An AppleDNSRecord is a simple wrapper around a dns_sd DNSRecord.
768 class AppleDNSRecord implements DNSRecord class in inherits:DNSRecord
770 public AppleDNSRecord( AppleService owner) method in class:AppleDNSRecord
817 AppleDNSRecord newRecord = new AppleDNSRecord( this);
826 return new AppleDNSRecord( this); // A record with ref 0 is understood to be primary TXT record
834 protected native int AddRecord( int flags, int rrType, byte[] rData, int ttl, AppleDNSRecord destObj);
852 AppleDNSRecord newRecord = new AppleDNSRecord( this);
863 int rrclass, byte[] rdata, int ttl, AppleDNSRecord destOb
[all...]

Completed in 24 milliseconds