Uses of Class
javax.jmdns.impl.DNSOutgoing
-
Packages that use DNSOutgoing Package Description javax.jmdns.impl javax.jmdns.impl.tasks javax.jmdns.impl.tasks.resolver javax.jmdns.impl.tasks.state -
-
Uses of DNSOutgoing in javax.jmdns.impl
Fields in javax.jmdns.impl declared as DNSOutgoing Modifier and Type Field Description private DNSOutgoingDNSOutgoing.MessageOutputStream. _outMethods in javax.jmdns.impl that return DNSOutgoing Modifier and Type Method Description (package private) abstract DNSOutgoingDNSRecord. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.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, java.net.InetAddress addr, int port, DNSOutgoing out)(package private) DNSOutgoingDNSRecord.HostInformation. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out)(package private) DNSOutgoingDNSRecord.Pointer. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out)(package private) DNSOutgoingDNSRecord.Service. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out)(package private) DNSOutgoingDNSRecord.Text. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out)DNSOutgoingJmDNSImpl. addAnswer(DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out, DNSRecord rec)Add an answer to a question.Methods in javax.jmdns.impl with parameters of type DNSOutgoing Modifier and Type Method Description (package private) abstract DNSOutgoingDNSRecord. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.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, java.net.InetAddress addr, int port, DNSOutgoing out)(package private) DNSOutgoingDNSRecord.HostInformation. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out)(package private) DNSOutgoingDNSRecord.Pointer. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out)(package private) DNSOutgoingDNSRecord.Service. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out)(package private) DNSOutgoingDNSRecord.Text. addAnswer(JmDNSImpl dns, DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out)DNSOutgoingJmDNSImpl. addAnswer(DNSIncoming in, java.net.InetAddress addr, int port, DNSOutgoing out, DNSRecord rec)Add an answer to a question.voidJmDNSImpl. send(DNSOutgoing out)Send an outgoing multicast DNS message.Constructors in javax.jmdns.impl with parameters of type DNSOutgoing Constructor Description MessageOutputStream(int size, DNSOutgoing out)Creates a new message stream, with a buffer capacity of the specified size, in bytes.MessageOutputStream(int size, DNSOutgoing out, int offset) -
Uses of DNSOutgoing in javax.jmdns.impl.tasks
Methods in javax.jmdns.impl.tasks that return DNSOutgoing Modifier and Type Method Description DNSOutgoingDNSTask. addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)Add an additional answer to the record.DNSOutgoingDNSTask. addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)Add an answer if it is not suppressed.DNSOutgoingDNSTask. addAnswer(DNSOutgoing out, DNSRecord rec, long now)Add an answer to the message.DNSOutgoingDNSTask. addAuthoritativeAnswer(DNSOutgoing out, DNSRecord rec)Add an authoritative answer to the message.DNSOutgoingDNSTask. addQuestion(DNSOutgoing out, DNSQuestion rec)Add a question to the message.Methods in javax.jmdns.impl.tasks with parameters of type DNSOutgoing Modifier and Type Method Description DNSOutgoingDNSTask. addAdditionalAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)Add an additional answer to the record.DNSOutgoingDNSTask. addAnswer(DNSOutgoing out, DNSIncoming in, DNSRecord rec)Add an answer if it is not suppressed.DNSOutgoingDNSTask. addAnswer(DNSOutgoing out, DNSRecord rec, long now)Add an answer to the message.DNSOutgoingDNSTask. addAuthoritativeAnswer(DNSOutgoing out, DNSRecord rec)Add an authoritative answer to the message.DNSOutgoingDNSTask. 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 DNSOutgoing Modifier and Type Method Description protected abstract DNSOutgoingDNSResolverTask. 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 DNSOutgoingServiceInfoResolver. addAnswers(DNSOutgoing out)protected DNSOutgoingServiceResolver. addAnswers(DNSOutgoing out)protected DNSOutgoingTypeResolver. addAnswers(DNSOutgoing out)protected abstract DNSOutgoingDNSResolverTask. 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 DNSOutgoingServiceInfoResolver. addQuestions(DNSOutgoing out)protected DNSOutgoingServiceResolver. addQuestions(DNSOutgoing out)protected DNSOutgoingTypeResolver. addQuestions(DNSOutgoing out)Methods in javax.jmdns.impl.tasks.resolver with parameters of type DNSOutgoing Modifier and Type Method Description protected abstract DNSOutgoingDNSResolverTask. 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 DNSOutgoingServiceInfoResolver. addAnswers(DNSOutgoing out)protected DNSOutgoingServiceResolver. addAnswers(DNSOutgoing out)protected DNSOutgoingTypeResolver. addAnswers(DNSOutgoing out)protected abstract DNSOutgoingDNSResolverTask. 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 DNSOutgoingServiceInfoResolver. addQuestions(DNSOutgoing out)protected DNSOutgoingServiceResolver. addQuestions(DNSOutgoing out)protected DNSOutgoingTypeResolver. addQuestions(DNSOutgoing out) -
Uses of DNSOutgoing in javax.jmdns.impl.tasks.state
Methods in javax.jmdns.impl.tasks.state with parameters of type DNSOutgoing Modifier and Type Method Description protected DNSOutgoingAnnouncer. buildOutgoingForDNS(DNSOutgoing out)protected DNSOutgoingCanceler. buildOutgoingForDNS(DNSOutgoing out)protected abstract DNSOutgoingDNSStateTask. buildOutgoingForDNS(DNSOutgoing out)protected DNSOutgoingProber. buildOutgoingForDNS(DNSOutgoing out)protected DNSOutgoingRenewer. buildOutgoingForDNS(DNSOutgoing out)protected DNSOutgoingAnnouncer. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)protected DNSOutgoingCanceler. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)protected abstract DNSOutgoingDNSStateTask. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)protected DNSOutgoingProber. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)protected DNSOutgoingRenewer. buildOutgoingForInfo(ServiceInfoImpl info, DNSOutgoing out)
-