public class ServiceInfoResolver extends DNSResolverTask
_count| Constructor and Description |
|---|
ServiceInfoResolver(JmDNSImpl jmDNSImpl,
ServiceInfoImpl info) |
| Modifier and Type | Method and Description |
|---|---|
protected DNSOutgoing |
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 |
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. |
boolean |
cancel() |
protected String |
description()
Returns a description of the resolver for debugging
|
String |
getName()
Return this task name.
|
run, start, toStringaddAdditionalAnswer, addAnswer, addAnswer, addAuthoritativeAnswer, addQuestion, getDnsscheduledExecutionTimepublic ServiceInfoResolver(JmDNSImpl jmDNSImpl, ServiceInfoImpl info)
protected DNSOutgoing addAnswers(DNSOutgoing out) throws IOException
DNSResolverTaskaddAnswers in class DNSResolverTaskout - outgoing messageIOExceptionprotected DNSOutgoing addQuestions(DNSOutgoing out) throws IOException
DNSResolverTaskaddQuestions in class DNSResolverTaskout - outgoing messageIOExceptionprotected String description()
DNSResolverTaskdescription in class DNSResolverTaskCopyright © 2002–2017 JmDNS. All rights reserved.