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

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java19 $Log: DNSSD.java,v $
54 This file declares and implements DNSSD, the central Java factory class
67 DNSSD provides access to DNS Service Discovery features of ZeroConf networking.<P>
77 myBrowser = DNSSD.browse("_http_.tcp", this);
88 abstract public class DNSSD class
466 protected DNSSD() {} // prevent direct instantiation method in class:DNSSD
468 /** Return the single instance of DNSSD. */
469 static protected final DNSSD getInstance()
508 protected static DNSSD fInstance;
514 String name = System.getProperty( "com.apple.dnssd.DNSSD" );
[all...]

Completed in 24 milliseconds