Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DSocketListener.java56 this._jmDNSImpl.handleQuery(msg, packet.getAddress(), packet.getPort()); in run()
58 … this._jmDNSImpl.handleQuery(msg, this._jmDNSImpl.getGroup(), DNSConstants.MDNS_PORT); in run()
DDNSRecord.java77 abstract boolean handleQuery(JmDNSImpl dns, long expirationTime); in handleQuery() method in DNSRecord
330 boolean handleQuery(JmDNSImpl dns, long expirationTime) { in handleQuery() method in DNSRecord.Address
466 boolean handleQuery(JmDNSImpl dns, long expirationTime) { in handleQuery() method in DNSRecord.Pointer
583 boolean handleQuery(JmDNSImpl dns, long expirationTime) { in handleQuery() method in DNSRecord.Text
724 boolean handleQuery(JmDNSImpl dns, long expirationTime) { in handleQuery() method in DNSRecord.Service
880 boolean handleQuery(JmDNSImpl dns, long expirationTime) { in handleQuery() method in DNSRecord.HostInformation
DJmDNSImpl.java1444 void handleQuery(DNSIncoming in, InetAddress addr, int port) throws IOException { in handleQuery() method in JmDNSImpl
1452 conflictDetected |= answer.handleQuery(this, expirationTime); in handleQuery()