interface documentation

class twisted.protocols.sip.IRegistry(Interface): (source)

Known implementations: twisted.protocols.sip.InMemoryRegistry

View In Hierarchy

Allows registration of logical->physical URL mapping.

Method registerAddress Register the physical address of a logical URL.
Method unregisterAddress Unregister the physical address of a logical URL.
Method getRegistrationInfo Get registration info for logical URL.
def registerAddress(domainURL, logicalURL, physicalURL): (source)

Register the physical address of a logical URL.

ReturnsDeferred of Registration or failure with RegistrationError.
def unregisterAddress(domainURL, logicalURL, physicalURL): (source)

Unregister the physical address of a logical URL.

ReturnsDeferred of Registration or failure with RegistrationError.
def getRegistrationInfo(logicalURL): (source)

Get registration info for logical URL.

ReturnsDeferred of Registration object or failure of LookupError.
API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.