org.mitre.jsip.proxy
Interface ProxyLookup

All Known Implementing Classes:
DNSProxyLookup, FileProxyLookup

public interface ProxyLookup


Method Summary
 SipUri getConnectionUri(java.lang.String domainName)
          For initial connections, determine whether the host portion of a SIP URI is either a domain or a full hostname, then try to figure out the proxy for that particular host
 SipUri getProxyUri()
          Return the local proxy URI
 

Method Detail

getConnectionUri

public SipUri getConnectionUri(java.lang.String domainName)
                        throws SipProxyException
For initial connections, determine whether the host portion of a SIP URI is either a domain or a full hostname, then try to figure out the proxy for that particular host

getProxyUri

public SipUri getProxyUri()
                   throws SipProxyException
Return the local proxy URI