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 DNSIncoming
JmDNSImpl._plannedAnswer
If 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 TypeMethodDescriptionvoid
DNSOutgoing.addAdditionalAnswer
(DNSIncoming in, DNSRecord rec) Add an additional answer to the record.void
DNSOutgoing.addAnswer
(DNSIncoming in, DNSRecord rec) Add an answer if it is not suppressed.(package private) abstract DNSOutgoing
DNSRecord.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) Adds this as an answer to the provided outgoing datagram.(package private) DNSOutgoing
DNSRecord.Address.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoing
DNSRecord.HostInformation.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoing
DNSRecord.Pointer.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoing
DNSRecord.Service.addAnswer
(JmDNSImpl dns, DNSIncoming in, InetAddress addr, int port, DNSOutgoing out) (package private) DNSOutgoing
DNSRecord.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) void
DNSIncoming.append
(DNSIncoming that) Appends answers to this Incoming.(package private) void
JmDNSImpl.handleQuery
(DNSIncoming in, InetAddress addr, int port) Handle an incoming query.(package private) void
JmDNSImpl.handleResponse
(DNSIncoming msg) Handle an incoming response.void
JmDNSImpl.respondToQuery
(DNSIncoming in) void
JmDNSImpl.setPlannedAnswer
(DNSIncoming plannedAnswer) void
DNSTaskStarter.DNSTaskStarterImpl.startResponder
(DNSIncoming in, InetAddress addr, int port) void
DNSTaskStarter.startResponder
(DNSIncoming in, InetAddress addr, int port) Start a new responder taskvoid
JmDNSImpl.startResponder
(DNSIncoming in, InetAddress addr, int port) (package private) boolean
DNSRecord.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)