Home
last modified time | relevance | path

Searched defs:jmDNSImpl (Results 1 – 15 of 15) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
DDNSQuestion.java36 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers()
44 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { in iAmTheOnlyOne()
60 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers()
68 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { in iAmTheOnlyOne()
93 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers()
133 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers()
151 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { in iAmTheOnlyOne()
167 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers()
172 public boolean iAmTheOnlyOne(JmDNSImpl jmDNSImpl) { in iAmTheOnlyOne()
194 public void addAnswers(JmDNSImpl jmDNSImpl, Set<DNSRecord> answers) { in addAnswers()
[all …]
DDNSTaskStarter.java55 public DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl); in newDNSTaskStarter()
95 protected static DNSTaskStarter newDNSTaskStarter(JmDNSImpl jmDNSImpl) { in newDNSTaskStarter()
127 public DNSTaskStarter getStarter(JmDNSImpl jmDNSImpl) { in getStarter()
263 public DNSTaskStarterImpl(JmDNSImpl jmDNSImpl) { in DNSTaskStarterImpl()
DSocketListener.java28 SocketListener(JmDNSImpl jmDNSImpl) { in SocketListener()
/external/jmdns/src/javax/jmdns/impl/tasks/
DRecordReaper.java23 public RecordReaper(JmDNSImpl jmDNSImpl) { in RecordReaper()
DResponder.java36 public Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, int port) { in Responder()
DDNSTask.java30 protected DNSTask(JmDNSImpl jmDNSImpl) { in DNSTask()
/external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DTypeResolver.java30 public TypeResolver(JmDNSImpl jmDNSImpl) { in TypeResolver()
DServiceResolver.java27 public ServiceResolver(JmDNSImpl jmDNSImpl, String type) { in ServiceResolver()
DDNSResolverTask.java30 public DNSResolverTask(JmDNSImpl jmDNSImpl) { in DNSResolverTask()
DServiceInfoResolver.java26 public ServiceInfoResolver(JmDNSImpl jmDNSImpl, ServiceInfoImpl info) { in ServiceInfoResolver()
/external/jmdns/src/javax/jmdns/impl/tasks/state/
DAnnouncer.java27 public Announcer(JmDNSImpl jmDNSImpl) { in Announcer()
DCanceler.java25 public Canceler(JmDNSImpl jmDNSImpl) { in Canceler()
DRenewer.java25 public Renewer(JmDNSImpl jmDNSImpl) { in Renewer()
DProber.java30 public Prober(JmDNSImpl jmDNSImpl) { in Prober()
DDNSStateTask.java58 public DNSStateTask(JmDNSImpl jmDNSImpl, int ttl) { in DNSStateTask()