Uses of Class
javax.jmdns.impl.DNSIncoming
Packages that use DNSIncoming
-
Uses of DNSIncoming in javax.jmdns.impl
Fields in javax.jmdns.impl declared as DNSIncomingModifier and TypeFieldDescriptionprivate DNSIncomingJmDNSImpl._plannedAnswerIf an incoming package which needs an answer is truncated, we store it here.Methods in javax.jmdns.impl that return DNSIncomingMethods in javax.jmdns.impl with parameters of type DNSIncomingModifier and TypeMethodDescriptionvoidDNSOutgoing.addAdditionalAnswer(DNSIncoming in, DNSRecord rec) Add an additional answer to the record.voidDNSOutgoing.addAnswer(DNSIncoming in, DNSRecord rec) Add an answer if it is not suppressed.(package private) abstract DNSOutgoingDNSRecord.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) Adds this as an answer to the provided outgoing datagram.(package private) DNSOutgoingDNSRecord.Address.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoingDNSRecord.HostInformation.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoingDNSRecord.Pointer.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoingDNSRecord.Service.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoingDNSRecord.Text.addAnswer(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) JmDNSImpl.addAnswer(DNSIncoming in, InetAddress addr, int port, DNSOutgoing out, DNSRecord rec) Add an answer to a question.(package private) voidDNSIncoming.append(DNSIncoming that) Appends answers to this Incoming.(package private) voidJmDNSImpl.handleQuery(DNSIncoming in, InetAddress addr, int port) Handle an incoming query.(package private) voidJmDNSImpl.handleResponse(DNSIncoming msg) Handle an incoming response.voidJmDNSImpl.respondToQuery(DNSIncoming in) voidJmDNSImpl.setPlannedAnswer(DNSIncoming plannedAnswer) voidDNSTaskStarter.DNSTaskStarterImpl.startResponder(DNSIncoming in, InetAddress addr, int port) voidDNSTaskStarter.startResponder(DNSIncoming in, InetAddress addr, int port) Start a new responder taskvoidJmDNSImpl.startResponder(DNSIncoming in, InetAddress addr, int port) (package private) booleanDNSRecord.suppressedBy(DNSIncoming msg) True if this record is suppressed by the answers in a message. -
Uses of DNSIncoming in javax.jmdns.impl.tasks
Fields in javax.jmdns.impl.tasks declared as DNSIncomingMethods in javax.jmdns.impl.tasks with parameters of type DNSIncomingModifier and TypeMethodDescriptionDNSTask.addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) Add an additional answer to the record.DNSTask.addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec) Add an answer if it is not suppressed.Constructors in javax.jmdns.impl.tasks with parameters of type DNSIncomingModifierConstructorDescriptionResponder(JmDNSImpl jmDNSImpl, DNSIncoming in, InetAddress addr, int port)