Runnablepublic class ServiceInfoResolver extends DNSResolverTask
_count| Constructor | Description |
|---|---|
ServiceInfoResolver(JmDNSImpl jmDNSImpl,
ServiceInfoImpl info) |
| Modifier and Type | Method | 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, getDnsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitscheduledExecutionTimepublic 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–2018 JmDNS. All rights reserved.