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

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java77 myBrowser = DNSSD.browse("_http_.tcp", this);
85 default browse domain(s).
91 queued. Applications should not update their UI to display browse
136 If non-zero, specifies the interface on which to browse for services
138 family of calls.) Most applications will pass 0 to browse on all available
139 interfaces. Pass -1 to only browse for services provided on the local host.
146 If non-null, specifies the domain on which to browse for services.
153 @return A {@link DNSSDService} that represents the active browse operation.
158 public static DNSSDService browse( int flags, int ifIndex, String regType, String domain, BrowseListener listener) method in class:DNSSD
171 @return A {@link DNSSDService} that represents the active browse operatio
176 public static DNSSDService browse( String regType, BrowseListener listener) method in class:DNSSD
[all...]

Completed in 21 milliseconds