Interface t.p.s.ILocator(Interface):

Part of twisted.protocols.sip View Source View In Hierarchy

Known implementations: twisted.protocols.sip.InMemoryRegistry
Allow looking up physical address for logical URL.
Method getAddress Return physical URL of server for logical URL of user.
def getAddress(logicalURL): (source)
Return physical URL of server for logical URL of user.
ParameterslogicalURLa logical URL.
ReturnsDeferred which becomes URL or fails with LookupError.
API Documentation for twisted, generated by pydoctor.