Home | Trees | Index | Help |
|
---|
Package twisted :: Package protocols :: Module sip :: Class IRegistry |
|
Interface
--+
|
IRegistry
Method Summary | |
---|---|
Get registration info for logical URL. | |
Register the physical address of a logical URL. |
Method Details |
---|
getRegistrationInfo(self, logicalURL)Get registration info for logical URL. @return Deferred of (secondsToExpiry, contact URL) or failure with LookupError. |
registerAddress(self, domainURL, logicalURL, physicalURL)Register the physical address of a logical URL. @return Deferred of (secondsToExpiry, contact URL) or failure with RegistrationError. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:35 2003 | http://epydoc.sf.net |