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. |
Get registration info for logical URL.
| Returns | |
| Deferred of Registration object or failure of LookupError. |
Register the physical address of a logical URL.
| Returns | |
| Deferred of Registration or failure with RegistrationError. |