Class t.m.r.MXCalculator:

Part of twisted.mail.relaymanager View Source View In Hierarchy

No class docstring
Method __init__ Undocumented
Method markBad Indicate a given mx host is not currently functioning.
Method markGood Indicate a given mx host is back online.
Method getMX Undocumented
Method _filterRecords Undocumented
Method _cbMX Undocumented
Method _ebMX Undocumented
def __init__(self, resolver=None): (source)
Undocumented
def markBad(self, mx): (source)
Indicate a given mx host is not currently functioning.
ParametersmxThe hostname of the host which is down. (type: str )
def markGood(self, mx): (source)
Indicate a given mx host is back online.
ParametersmxThe hostname of the host which is up. (type: str )
def getMX(self, domain): (source)
Undocumented
def _filterRecords(self, records): (source)
Undocumented
def _cbMX(self, answers, domain): (source)
Undocumented
def _ebMX(self, failure, domain): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.