Known implementations: twisted.protocols.sip.InMemoryRegistry

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):

Register the physical address of a logical URL.

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

Unregister the physical address of a logical URL.

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

Get registration info for logical URL.

ReturnsDeferred of Registration object or failure of LookupError.
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.