Searched refs:_jmDNSImpl (Results 1 – 3 of 3) sorted by relevance
23 private final JmDNSImpl _jmDNSImpl; field in SocketListener31 this._jmDNSImpl = jmDNSImpl; in SocketListener()39 while (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled()) { in run()41 this._jmDNSImpl.getSocket().receive(packet); in run()42 …if (this._jmDNSImpl.isCanceling() || this._jmDNSImpl.isCanceled() || this._jmDNSImpl.isClosing() |… in run()46 if (this._jmDNSImpl.getLocalHost().shouldIgnorePacket(packet)) { in run()56 this._jmDNSImpl.handleQuery(msg, packet.getAddress(), packet.getPort()); in run()58 … this._jmDNSImpl.handleQuery(msg, this._jmDNSImpl.getGroup(), DNSConstants.MDNS_PORT); in run()60 this._jmDNSImpl.handleResponse(msg); in run()67 …if (!this._jmDNSImpl.isCanceling() && !this._jmDNSImpl.isCanceled() && !this._jmDNSImpl.isClosing(… in run()[all …]
140 private final JmDNSImpl _jmDNSImpl; field in DNSTaskStarter.DNSTaskStarterImpl265 _jmDNSImpl = jmDNSImpl; in DNSTaskStarterImpl()266 _timer = new StarterTimer("JmDNS(" + _jmDNSImpl.getName() + ").Timer", true); in DNSTaskStarterImpl()267 … _stateTimer = new StarterTimer("JmDNS(" + _jmDNSImpl.getName() + ").State.Timer", false); in DNSTaskStarterImpl()312 new Prober(_jmDNSImpl).start(_stateTimer); in startProber()321 new Announcer(_jmDNSImpl).start(_stateTimer); in startAnnouncer()330 new Renewer(_jmDNSImpl).start(_stateTimer); in startRenewer()339 new Canceler(_jmDNSImpl).start(_stateTimer); in startCanceler()348 new RecordReaper(_jmDNSImpl).start(_timer); in startReaper()357 new ServiceInfoResolver(_jmDNSImpl, info).start(_timer); in startServiceInfoResolver()[all …]
25 private final JmDNSImpl _jmDNSImpl; field in DNSTask32 this._jmDNSImpl = jmDNSImpl; in DNSTask()41 return _jmDNSImpl; in getDns()90 this._jmDNSImpl.send(newOut); in addQuestion()122 this._jmDNSImpl.send(newOut); in addAnswer()153 this._jmDNSImpl.send(newOut); in addAnswer()183 this._jmDNSImpl.send(newOut); in addAuthoritativeAnswer()215 this._jmDNSImpl.send(newOut); in addAdditionalAnswer()