interface documentation
class IRegistry(Interface): (source)
Known implementations: twisted.protocols.sip.InMemoryRegistry
Allows registration of logical->physical URL mapping.
Method | get |
Get registration info for logical URL. |
Method | register |
Register the physical address of a logical URL. |
Method | unregister |
Unregister the physical address of a logical URL. |