Searched refs:handleQuery (Results 1 - 3 of 3) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java56 this._jmDNSImpl.handleQuery(msg, packet.getAddress(), packet.getPort());
58 this._jmDNSImpl.handleQuery(msg, this._jmDNSImpl.getGroup(), DNSConstants.MDNS_PORT);
H A DDNSRecord.java77 abstract boolean handleQuery(JmDNSImpl dns, long expirationTime); method in class:DNSRecord
330 boolean handleQuery(JmDNSImpl dns, long expirationTime) { method in class:DNSRecord.Address
340 logger1.finer("handleQuery() Ignoring an identical address query");
344 logger1.finer("handleQuery() Conflicting query detected.");
466 boolean handleQuery(JmDNSImpl dns, long expirationTime) { method in class:DNSRecord.Pointer
583 boolean handleQuery(JmDNSImpl dns, long expirationTime) { method in class:DNSRecord.Text
724 boolean handleQuery(JmDNSImpl dns, long expirationTime) { method in class:DNSRecord.Service
727 logger1.finer("handleQuery() Conflicting probe detected from: " + getRecordSource());
746 logger1.finer("handleQuery() Ignoring a identical service query");
757 logger1.finer("handleQuery() Los
880 boolean handleQuery(JmDNSImpl dns, long expirationTime) { method in class:DNSRecord.HostInformation
[all...]
H A DJmDNSImpl.java1444 void handleQuery(DNSIncoming in, InetAddress addr, int port) throws IOException { method in class:JmDNSImpl
1452 conflictDetected |= answer.handleQuery(this, expirationTime);

Completed in 122 milliseconds