HomeSort by relevance Sort by last modified time
    Searched defs:ServiceResolver (Results 1 - 2 of 2) sorted by null

  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
ServiceResolver.java 19 * The ServiceResolver queries three times consecutively for services of a given type, and then removes itself from the timer.
21 * The ServiceResolver will run only if JmDNS is in state ANNOUNCED. REMIND: Prevent having multiple service resolvers for the same type in the timer queue.
23 public class ServiceResolver extends DNSResolverTask {
27 public ServiceResolver(JmDNSImpl jmDNSImpl, String type) {
38 return "ServiceResolver(" + (this.getDns() != null ? this.getDns().getName() : "") + ")";
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client.h 78 class ServiceResolver {
92 virtual ~ServiceResolver() {}
124 virtual scoped_ptr<ServiceResolver> CreateServiceResolver(
126 const ServiceResolver::ResolveCompleteCallback& callback) = 0;

Completed in 91 milliseconds