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

/external/jmdns/src/javax/jmdns/impl/
H A DSocketListener.java50 DNSIncoming msg = new DNSIncoming(packet);
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...]
H A DDNSRecord.java89 abstract DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException;
94 boolean suppressedBy(DNSIncoming msg) {
384 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
484 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
600 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
659 if (DNSIncoming.USE_DOMAIN_NAME_FORMAT_FOR_SRV_TARGET) {
794 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
868 * @see javax.jmdns.impl.DNSRecord#addAnswer(javax.jmdns.impl.JmDNSImpl, javax.jmdns.impl.DNSIncoming, java.net.InetAddress, int, javax.jmdns.impl.DNSOutgoing)
871 DNSOutgoing addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) throws IOException {
H A DDNSTaskStarter.java380 * @see javax.jmdns.impl.DNSTaskStarter#startResponder(javax.jmdns.impl.DNSIncoming, int)
383 public void startResponder(DNSIncoming in, int port) {
462 public void startResponder(DNSIncoming in, int port);
H A DJmDNSImpl.java345 private DNSIncoming _plannedAnswer;
1414 void handleResponse(DNSIncoming msg) throws IOException {
1444 void handleQuery(DNSIncoming in, InetAddress addr, int port) throws IOException {
1461 DNSIncoming plannedAnswer = in.clone();
1482 public void respondToQuery(DNSIncoming in) {
1504 public DNSOutgoing addAnswer(DNSIncoming in, InetAddress addr, int port, DNSOutgoing out, DNSRecord rec) throws IOException {
1535 final DNSIncoming msg = new DNSIncoming(packet);
1660 * @see javax.jmdns.impl.DNSTaskStarter#startResponder(javax.jmdns.impl.DNSIncoming, int)
1663 public void startResponder(DNSIncoming i
[all...]
H A DDNSOutgoing.java261 public void addAnswer(DNSIncoming in, DNSRecord rec) throws IOException {
315 public void addAdditionalAnswer(DNSIncoming in, DNSRecord rec) throws IOException {
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DDNSTask.java8 import javax.jmdns.impl.DNSIncoming;
110 public DNSOutgoing addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOException {
203 public DNSOutgoing addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) throws IOException {
H A DResponder.java13 import javax.jmdns.impl.DNSIncoming;
29 private final DNSIncoming _in;
36 public Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, int port) {

Completed in 275 milliseconds