twisted.names.secondary.SecondaryAuthorityService(service.Service)
class documentationtwisted.names.secondary
View Source
(View In Hierarchy)
Method | __init__ | |
Class Method | fromServerAddressAndDomains | Construct a new SecondaryAuthorityService
from a tuple giving a server address and a str giving the name
of a domain for which this is an authority. |
Method | getAuthority | Undocumented |
Method | startService | Start the service. |
Method | stopService | Stop the service. |
Inherited from Service:
Method | __getstate__ | Undocumented |
Method | setName | Set the name of the service. |
Method | setServiceParent | Set the parent of the service. This method is responsible for setting
the parent attribute on this service (the child service). |
Method | disownServiceParent | Use this API to remove an IService
from an IServiceCollection . |
Method | privilegedStartService | Do preparation work for starting the service. |
Construct a new SecondaryAuthorityService
from a tuple giving a server address and a str
giving the name
of a domain for which this is an authority.
Parameters | serverAddress | A 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. |
domain | A bytes giving the domain to transfer. | |
Returns | A new instance of SecondaryAuthorityService . |