Part of twisted.names View Source
Author | Jp Calderone todo:robustify it documentation |
Function | retry | Issue a query one or more times. |
Class | Resolver | Resolver
implements recursive lookup starting from a specified list of root
servers.
|
Function | lookupNameservers | Undocumented |
Function | lookupAddress | Undocumented |
Function | extractAuthority | Undocumented |
Function | discoverAuthority | Undocumented |
Function | makePlaceholder | Undocumented |
Class | DeferredResolver | Undocumented |
Function | bootstrap | Lookup the root nameserver addresses using the given resolver |
Class | _DummyController | A do-nothing DNS controller. This is useful when all messages received will be responses to previously issued queries. Anything else received will be ignored. |
Issue a query one or more times.
This function is deprecated. Use one of the resolver classes for retry logic, or implement it yourself.Lookup the root nameserver addresses using the given resolver
Return a Resolver which will eventually become aroot.Resolver
instance that has references to all the root
servers that we were able to look up.