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

/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java36 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { argument
37 DNSRecord answer = jmDNSImpl.getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL);
44 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { argument
46 return jmDNSImpl.getLocalHost().getName().equals(name) || jmDNSImpl.getServices().keySet().contains(name);
60 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { argument
61 DNSRecord answer = jmDNSImpl.getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL);
68 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { argument
70 return jmDNSImpl.getLocalHost().getName().equals(name) || jmDNSImpl
93 addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) argument
133 addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) argument
151 iAmTheOnlyOne(JmDNSImpl jmDNSImpl) argument
167 addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) argument
172 iAmTheOnlyOne(JmDNSImpl jmDNSImpl) argument
194 addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) argument
212 iAmTheOnlyOne(JmDNSImpl jmDNSImpl) argument
274 addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) argument
278 addAnswersForServiceInfo(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers, ServiceInfoImpl info) argument
315 iAmTheOnlyOne(JmDNSImpl jmDNSImpl) argument
[all...]
H A DSocketListener.java26 * @param jmDNSImpl
28 SocketListener(JmDNSImpl jmDNSImpl) { argument
29 super("SocketListener(" + (jmDNSImpl != null ? jmDNSImpl.getName() : "") + ")");
31 this._jmDNSImpl = jmDNSImpl;
H A DDNSTaskStarter.java49 * @param jmDNSImpl
55 public DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl); argument
91 * @param jmDNSImpl
95 protected static DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl) { argument
99 instance = delegate.newDNSTaskStarter(jmDNSImpl);
101 return (instance != null ? instance : new DNSTaskStarterImpl(jmDNSImpl));
123 * @param jmDNSImpl
127 public DNSTaskStarter getStarter(JmDNSImpl jmDNSImpl) { argument
128 DNSTaskStarter starter = _instances.get(jmDNSImpl);
130 _instances.putIfAbsent(jmDNSImpl, newDNSTaskStarte
263 DNSTaskStarterImpl(JmDNSImpl jmDNSImpl) argument
[all...]
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DRecordReaper.java21 * @param jmDNSImpl
23 public RecordReaper(JmDNSImpl jmDNSImpl) { argument
24 super(jmDNSImpl);
H A DDNSTask.java28 * @param jmDNSImpl
30 protected DNSTask(JmDNSImpl jmDNSImpl) { argument
32 this._jmDNSImpl = jmDNSImpl;
H A DResponder.java36 public Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, int port) { argument
37 super(jmDNSImpl);
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
H A DDNSResolverTask.java28 * @param jmDNSImpl
30 public DNSResolverTask(JmDNSImpl jmDNSImpl) { argument
31 super(jmDNSImpl);
H A DServiceResolver.java27 public ServiceResolver(JmDNSImpl jmDNSImpl, String type) { argument
28 super(jmDNSImpl);
H A DTypeResolver.java28 * @param jmDNSImpl
30 public TypeResolver(JmDNSImpl jmDNSImpl) { argument
31 super(jmDNSImpl);
H A DServiceInfoResolver.java26 public ServiceInfoResolver(JmDNSImpl jmDNSImpl, ServiceInfoImpl info) { argument
27 super(jmDNSImpl);
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DCanceler.java25 public Canceler(JmDNSImpl jmDNSImpl) { argument
26 super(jmDNSImpl, 0);
H A DAnnouncer.java27 public Announcer(JmDNSImpl jmDNSImpl) { argument
28 super(jmDNSImpl, defaultTTL());
H A DRenewer.java25 public Renewer(JmDNSImpl jmDNSImpl) { argument
26 super(jmDNSImpl, defaultTTL());
H A DDNSStateTask.java55 * @param jmDNSImpl
58 public DNSStateTask(JmDNSImpl jmDNSImpl, int ttl) { argument
59 super(jmDNSImpl);
H A DProber.java30 public Prober(JmDNSImpl jmDNSImpl) { argument
31 super(jmDNSImpl, defaultTTL());

Completed in 72 milliseconds