Searched refs:handleQuery (Results 1 – 3 of 3) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/ |
D | SocketListener.java | 56 this._jmDNSImpl.handleQuery(msg, packet.getAddress(), packet.getPort()); in run() 58 … this._jmDNSImpl.handleQuery(msg, this._jmDNSImpl.getGroup(), DNSConstants.MDNS_PORT); in run()
|
D | DNSRecord.java | 77 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
|
D | JmDNSImpl.java | 1444 void handleQuery(DNSIncoming in, InetAddress addr, int port) throws IOException { in handleQuery() method in JmDNSImpl 1452 conflictDetected |= answer.handleQuery(this, expirationTime); in handleQuery()
|