Searched refs:DNSRecord (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSDRegistration.java24 <rdar://problem/3907498> Java DNSRecord API should be cleaned up
47 @return A {@link DNSRecord}.
48 If {@link DNSSDRegistration#stop} is called, the DNSRecord is also
51 DNSRecord getTXTRecord()
70 @return A {@link DNSRecord} that may be passed to updateRecord() or removeRecord().
71 If {@link DNSSDRegistration#stop} is called, the DNSRecord is also
74 DNSRecord addRecord( int flags, int rrType, byte[] rData, int ttl)
H A DRegisterRecordListener.java41 A {@link DNSRecord}.
47 void recordRegistered( DNSRecord record, int flags);
H A DDNSRecord.java19 $Log: DNSRecord.java,v $
24 <rdar://problem/3907498> Java DNSRecord API should be cleaned up
45 public interface DNSRecord interface
H A DDNSSDRecordRegistrar.java41 /** Register an independent {@link DNSRecord}.<P>
75 public DNSRecord registerRecord( int flags, int ifIndex, String fullname, int rrtype,
H A DDNSSD.java42 <rdar://problem/3907498> Java DNSRecord API should be cleaned up
767 // An AppleDNSRecord is a simple wrapper around a dns_sd DNSRecord.
768 class AppleDNSRecord implements DNSRecord
788 protected long fRecord; // Really a DNSRecord; sizeof(int) == sizeof(void*) ?
814 public DNSRecord addRecord( int flags, int rrType, byte[] rData, int ttl)
823 public DNSRecord getTXTRecord()
848 public DNSRecord registerRecord( int flags, int ifIndex, String fullname, int rrtype,

Completed in 42 milliseconds