Uses of Class
javax.jmdns.impl.DNSOutgoing
Packages that use DNSOutgoing
Package
Description
-
Uses of DNSOutgoing in javax.jmdns.impl
Fields in javax.jmdns.impl declared as DNSOutgoingMethods in javax.jmdns.impl that return DNSOutgoingModifier and TypeMethodDescription(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.Methods in javax.jmdns.impl with parameters of type DNSOutgoingModifier and TypeMethodDescription(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.void
JmDNSImpl.send
(DNSOutgoing out) Send an outgoing multicast DNS message.Constructors in javax.jmdns.impl with parameters of type DNSOutgoingModifierConstructorDescription(package private)
MessageOutputStream
(int size, DNSOutgoing out) Creates a new message stream, with a buffer capacity of the specified size, in bytes.(package private)
MessageOutputStream
(int size, DNSOutgoing out, int offset) -
Uses of DNSOutgoing in javax.jmdns.impl.tasks
Methods in javax.jmdns.impl.tasks that return DNSOutgoingModifier 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.DNSTask.addAnswer
(DNSOutgoing out, DNSRecord rec, long now) Add an answer to the message.DNSTask.addAuthoritativeAnswer
(DNSOutgoing out, DNSRecord rec) Add an authoritative answer to the message.DNSTask.addQuestion
(DNSOutgoing out, DNSQuestion rec) Add a question to the message.Methods in javax.jmdns.impl.tasks with parameters of type DNSOutgoingModifier 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.DNSTask.addAnswer
(DNSOutgoing out, DNSRecord rec, long now) Add an answer to the message.DNSTask.addAuthoritativeAnswer
(DNSOutgoing out, DNSRecord rec) Add an authoritative answer to the message.DNSTask.addQuestion
(DNSOutgoing out, DNSQuestion rec) Add a question to the message. -
Uses of DNSOutgoing in javax.jmdns.impl.tasks.resolver
Methods in javax.jmdns.impl.tasks.resolver that return DNSOutgoingModifier and TypeMethodDescriptionprotected abstract DNSOutgoing
DNSResolverTask.addAnswers
(DNSOutgoing out) Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter.protected DNSOutgoing
ServiceInfoResolver.addAnswers
(DNSOutgoing out) protected DNSOutgoing
ServiceResolver.addAnswers
(DNSOutgoing out) protected DNSOutgoing
TypeResolver.addAnswers
(DNSOutgoing out) protected abstract DNSOutgoing
DNSResolverTask.addQuestions
(DNSOutgoing out) Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter.protected DNSOutgoing
ServiceInfoResolver.addQuestions
(DNSOutgoing out) protected DNSOutgoing
ServiceResolver.addQuestions
(DNSOutgoing out) protected DNSOutgoing
TypeResolver.addQuestions
(DNSOutgoing out) Methods in javax.jmdns.impl.tasks.resolver with parameters of type DNSOutgoingModifier and TypeMethodDescriptionprotected abstract DNSOutgoing
DNSResolverTask.addAnswers
(DNSOutgoing out) Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter.protected DNSOutgoing
ServiceInfoResolver.addAnswers
(DNSOutgoing out) protected DNSOutgoing
ServiceResolver.addAnswers
(DNSOutgoing out) protected DNSOutgoing
TypeResolver.addAnswers
(DNSOutgoing out) protected abstract DNSOutgoing
DNSResolverTask.addQuestions
(DNSOutgoing out) Overridden by subclasses to add questions to the message.
Note: Because of message size limitation the returned message may be different than the message parameter.protected DNSOutgoing
ServiceInfoResolver.addQuestions
(DNSOutgoing out) protected DNSOutgoing
ServiceResolver.addQuestions
(DNSOutgoing out) protected DNSOutgoing
TypeResolver.addQuestions
(DNSOutgoing out) -
Uses of DNSOutgoing in javax.jmdns.impl.tasks.state
Methods in javax.jmdns.impl.tasks.state that return DNSOutgoingModifier and TypeMethodDescriptionprotected DNSOutgoing
Announcer.buildOutgoingForDNS
(DNSOutgoing out) protected DNSOutgoing
Canceler.buildOutgoingForDNS
(DNSOutgoing out) protected abstract DNSOutgoing
DNSStateTask.buildOutgoingForDNS
(DNSOutgoing out) protected DNSOutgoing
Prober.buildOutgoingForDNS
(DNSOutgoing out) protected DNSOutgoing
Renewer.buildOutgoingForDNS
(DNSOutgoing out) protected DNSOutgoing
Announcer.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected DNSOutgoing
Canceler.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected abstract DNSOutgoing
DNSStateTask.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected DNSOutgoing
Prober.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected DNSOutgoing
Renewer.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected DNSOutgoing
Announcer.createOugoing()
protected DNSOutgoing
Canceler.createOugoing()
protected abstract DNSOutgoing
DNSStateTask.createOugoing()
protected DNSOutgoing
Prober.createOugoing()
protected DNSOutgoing
Renewer.createOugoing()
Methods in javax.jmdns.impl.tasks.state with parameters of type DNSOutgoingModifier and TypeMethodDescriptionprotected DNSOutgoing
Announcer.buildOutgoingForDNS
(DNSOutgoing out) protected DNSOutgoing
Canceler.buildOutgoingForDNS
(DNSOutgoing out) protected abstract DNSOutgoing
DNSStateTask.buildOutgoingForDNS
(DNSOutgoing out) protected DNSOutgoing
Prober.buildOutgoingForDNS
(DNSOutgoing out) protected DNSOutgoing
Renewer.buildOutgoingForDNS
(DNSOutgoing out) protected DNSOutgoing
Announcer.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected DNSOutgoing
Canceler.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected abstract DNSOutgoing
DNSStateTask.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected DNSOutgoing
Prober.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out) protected DNSOutgoing
Renewer.buildOutgoingForInfo
(ServiceInfoImpl info, DNSOutgoing out)