HomeSort by relevance Sort by last modified time
    Searched refs:DNSIncoming (Results 1 - 8 of 8) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
SocketListener.java 50 DNSIncoming msg = new DNSIncoming(packet);
DNSIncoming.java 28 public final class DNSIncoming extends DNSMessage {
29 private static Logger logger = Logger.getLogger(DNSIncoming.class.getName());
183 public DNSIncoming(DatagramPacket packet) throws IOException {
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) {
259 public DNSIncoming clone() {
260 DNSIncoming in = new DNSIncoming(this.getFlags(), this.getId(), this.isMulticast(), this._packet, this._receivedTime);
428 logger.finer("DNSIncoming() unknown type:" + type)
    [all...]
DNSRecord.java 89 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 {
    [all...]
DNSTaskStarter.java 380 * @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);
JmDNSImpl.java 345 private DNSIncoming _plannedAnswer;
    [all...]
DNSOutgoing.java 261 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/
DNSTask.java 8 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 {
Responder.java 13 import javax.jmdns.impl.DNSIncoming;
29 private final DNSIncoming _in;
36 public Responder(JmDNSImpl jmDNSImpl, DNSIncoming in, int port) {

Completed in 89 milliseconds