Searched defs:DNSIncoming (Results 1 - 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSIncoming.java28 public final class DNSIncoming extends DNSMessage { class in inherits:DNSMessage
29 private static Logger logger = Logger.getLogger(DNSIncoming.class.getName());
183 public DNSIncoming(DatagramPacket packet) throws IOException { method in class:DNSIncoming
237 logger.log(Level.WARNING, "DNSIncoming() dump " + print(true) + "\n exception ", e);
239 IOException ioe = new IOException("DNSIncoming corrupted message");
245 private DNSIncoming(int flags, int id, boolean multicast, DatagramPacket packet, long receivedTime) { method in class:DNSIncoming
259 public DNSIncoming clone() {
260 DNSIncoming in = new DNSIncoming(this.getFlags(), this.getId(), this.isMulticast(), this._packet, this._receivedTime);
428 logger.finer("DNSIncoming() unknow
[all...]

Completed in 82 milliseconds