Searched refs:DNSSDService (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSDService.java23 public interface DNSSDService interface
26 Halt the active operation and free resources associated with the DNSSDService.<P>
28 Any services or records registered with this DNSSDService will be deregistered. Any
H A DBaseListener.java34 void operationFailed( DNSSDService service, int errorCode);
H A DDomainListener.java42 void domainFound( DNSSDService domainEnum, int flags, int ifIndex, String domain);
58 void domainLost( DNSSDService domainEnum, int flags, int ifIndex, String domain);
H A DBrowseListener.java47 void serviceFound( DNSSDService browser, int flags, int ifIndex,
70 void serviceLost( DNSSDService browser, int flags, int ifIndex,
H A DDNSSDRecordRegistrar.java24 public interface DNSSDRecordRegistrar extends DNSSDService
52 @return A {@link DNSSDService} that can be used to abort the record registration.
H A DDNSSDRegistration.java24 public interface DNSSDRegistration extends DNSSDService
H A DQueryListener.java56 void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName,
H A DResolveListener.java53 void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName,
H A DDNSSD.java40 public void serviceFound(DNSSDService browser, int flags, int ifIndex,
90 Note: browsing consumes network bandwidth. Call {@link DNSSDService#stop} when you have finished browsing.<P>
113 @return A {@link DNSSDService} that represents the active browse operation.
118 public static DNSSDService browse( int flags, int ifIndex, String regType, String domain, BrowseListener listener)
131 @return A {@link DNSSDService} that represents the active browse operation.
136 public static DNSSDService browse( String regType, BrowseListener listener)
146 calling {@link DNSSDService#stop}.<P>
175 @return A {@link DNSSDService} that represents the active resolve operation.
180 public static DNSSDService resolve( int flags, int ifIndex, String serviceName, String regType,
309 @return A {@link DNSSDService} tha
[all...]
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSwingBrowseListener.java55 public void operationFailed( DNSSDService service, int errorCode)
63 public void serviceFound( DNSSDService browser, int flags, int ifIndex,
78 public void serviceLost( DNSSDService browser, int flags, int ifIndex,
116 protected DNSSDService fBrowser;
H A DSwingDomainListener.java55 public void operationFailed( DNSSDService service, int errorCode)
63 public void domainFound( DNSSDService domainEnum, int flags, int ifIndex, String domain)
75 public void domainLost( DNSSDService domainEnum, int flags, int ifIndex, String domain)
110 protected DNSSDService fEnumerator;
H A DSwingResolveListener.java57 public void operationFailed( DNSSDService service, int errorCode)
65 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName,
100 protected DNSSDService fResolver;
H A DSwingQueryListener.java54 public void operationFailed( DNSSDService service, int errorCode)
62 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName,
98 protected DNSSDService fQuery;
H A DBrowserApp.java64 DNSSDService servicesBrowser, serviceBrowser, domainBrowser;
188 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName,
209 public void operationFailed( DNSSDService service, int errorCode)
237 public void serviceFound( DNSSDService browser, int flags, int ifIndex,
245 public void serviceLost( DNSSDService browser, int flags, int ifIndex,
270 public void operationFailed( DNSSDService service, int errorCode)
355 public void serviceFound( DNSSDService browser, int flags, int ifIndex,
363 public void serviceLost( DNSSDService browser, int flags, int ifIndex,
403 public void domainFound( DNSSDService domainEnum, int flags, int ifIndex, String domain)
409 public void domainLost( DNSSDService domainEnu
[all...]
H A DSimpleChat.java65 DNSSDService browser; // object that actively browses for other chat clients
66 DNSSDService resolver; // object that resolves other chat clients
160 public void operationFailed( DNSSDService service, int errorCode)
165 public void serviceResolved( DNSSDService resolver, int flags, int ifIndex, String fullName,
178 public void queryAnswered( DNSSDService query, int flags, int ifIndex, String fullName,
269 public void serviceFound( DNSSDService browser, int flags, int ifIndex,
279 public void serviceLost( DNSSDService browser, int flags, int ifIndex,
289 public void operationFailed( DNSSDService service, int errorCode)

Completed in 95 milliseconds