class documentation

class FailingLocator: (source)

Implements interfaces: twisted.protocols.sip.ILocator

View In Hierarchy

Undocumented

Method getAddress Return physical URL of server for logical URL of user.
def getAddress(self, logicalURL): (source)

Return physical URL of server for logical URL of user.

Parameters
logicalURLa logical URL.
Returns
Deferred which becomes URL or fails with LookupError.