Runnablepublic class TypeResolver extends DNSResolverTask
_count| Constructor | Description |
|---|---|
TypeResolver(JmDNSImpl jmDNSImpl) |
| 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. |
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, waitcancel, scheduledExecutionTimepublic TypeResolver(JmDNSImpl jmDNSImpl)
jmDNSImpl - 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.