Part of twisted.names.cache View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IResolver
Method | __init__ | Undocumented |
Method | __setstate__ | Undocumented |
Method | __getstate__ | Undocumented |
Method | lookupAllRecords | |
Method | cacheResult | Cache a DNS entry. |
Method | clearEntry | Undocumented |
Instance Variable | _reactor | A provider of interfaces.IReactorTime . |
Method | _lookup | Undocumented |
Inherited from ResolverBase:
Method | exceptionForCode | Convert a response code (one of the possible values of
dns.Message.rCode to an exception instance representing
it. |
Method | query | Undocumented |
Method | lookupAddress | |
Method | lookupIPV6Address | |
Method | lookupAddress6 | |
Method | lookupMailExchange | |
Method | lookupNameservers | |
Method | lookupCanonicalName | |
Method | lookupMailBox | |
Method | lookupMailGroup | |
Method | lookupMailRename | |
Method | lookupPointer | |
Method | lookupAuthority | |
Method | lookupNull | |
Method | lookupWellKnownServices | |
Method | lookupService | |
Method | lookupHostInfo | |
Method | lookupMailboxInfo | |
Method | lookupText | |
Method | lookupSenderPolicy | |
Method | lookupResponsibility | |
Method | lookupAFSDatabase | |
Method | lookupZone | |
Method | lookupNamingAuthorityPointer | |
Method | getHostByName | |
Class Variable | _errormap | A dict mapping DNS protocol failure response codes to
exception classes which will be used to represent those failures. |
Method | _cbRecords | Undocumented |
See Also | twisted.names.client.lookupAllRecords |
Parameters | query | a dns.Query
instance. |
payload | a 3-tuple of lists of dns.RRHeader
records, the matching result of the query (answers, authority and
additional). | |
cacheTime | The time (seconds since epoch) at which the entry is considered to have
been added to the cache. If None is given, the current time is
used. |