t.n.s.SecondaryAuthority(FileAuthority) : class documentation

Part of twisted.names.secondary View Source View In Hierarchy

An Authority that keeps itself updated by performing zone transfers.
Instance Variable primary The IP address of the server from which zone transfers will be attempted. (type: str)
Method __init__ Undocumented
Class Method fromServerAddressAndDomain Construct a new SecondaryAuthority from a tuple giving a server address and a str giving the name of a domain for which this is an authority.
Method transfer Undocumented
Method update Undocumented
Instance Variable _port The port number of the server from which zone transfers will be attempted.
Instance Variable _reactor The reactor to use to perform the zone transfers, or None to use the global reactor.
Method _lookup Determine a response to a particular DNS query.
Method _cbZone Undocumented
Method _ebZone Undocumented
Method _cbTransferred Undocumented
Method _ebTransferred Undocumented

Inherited from FileAuthority:

Method __setstate__ Undocumented
Method lookupZone Undocumented
Instance Variable _ADDITIONAL_PROCESSING_TYPES Record types for which additional processing will be done.
Instance Variable _ADDRESS_TYPES Record types which are useful for inclusion in the additional section generated during additional processing.
Method _additionalRecords Find locally known information that could be useful to the consumer of the response and construct appropriate records to include in the additional section of that response.
Method _cbAllRecords Undocumented

Inherited from ResolverBase (via FileAuthority):

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 Undocumented
Method lookupIPV6Address Undocumented
Method lookupAddress6 Undocumented
Method lookupMailExchange Undocumented
Method lookupNameservers Undocumented
Method lookupCanonicalName Undocumented
Method lookupMailBox Undocumented
Method lookupMailGroup Undocumented
Method lookupMailRename Undocumented
Method lookupPointer Undocumented
Method lookupAuthority Undocumented
Method lookupNull Undocumented
Method lookupWellKnownServices Undocumented
Method lookupService Undocumented
Method lookupHostInfo Undocumented
Method lookupMailboxInfo Undocumented
Method lookupText Undocumented
Method lookupSenderPolicy Undocumented
Method lookupResponsibility Undocumented
Method lookupAFSDatabase Undocumented
Method lookupNamingAuthorityPointer Undocumented
Method lookupAllRecords Undocumented
Method getHostByName Undocumented
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
primary =
The IP address of the server from which zone transfers will be attempted. (type: str)
_port =
The port number of the server from which zone transfers will be attempted.
_reactor =
The reactor to use to perform the zone transfers, or None to use the global reactor.
def __init__(self, primaryIP, domain): (source)
Undocumented
@classmethod
def fromServerAddressAndDomain(cls, serverAddress, domain): (source)
Construct a new SecondaryAuthority from a tuple giving a server address and a str giving the name of a domain for which this is an authority.
ParametersserverAddressA two-tuple, the first element of which is a str giving an IP address and the second element of which is a int giving a port number. Together, these define where zone transfers will be attempted from.
domainA str giving the domain to transfer.
ReturnsA new instance of SecondaryAuthority.
def transfer(self): (source)
Undocumented
def _lookup(self, name, cls, type, timeout=None): (source)
Determine a response to a particular DNS query.
ParametersnameThe name which is being queried and for which to lookup a response. (type: bytes)
clsThe class which is being queried. Only IN is implemented here and this value is presently disregarded. (type: int)
typeThe type of records being queried. See the types defined in twisted.names.dns. (type: int)
timeoutAll processing is done locally and a result is available immediately, so the timeout value is ignored.
ReturnsA Deferred that fires with a tuple of three sets of response records (to comprise the answer, authority, and additional sections of a DNS response) or with a Failure if there is a problem processing the query.
def _cbZone(self, zone): (source)
Undocumented
def _ebZone(self, failure): (source)
Undocumented
def update(self): (source)
Undocumented
def _cbTransferred(self, result): (source)
Undocumented
def _ebTransferred(self, failure): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2015-01-30 14:14:53.