|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.servlet.sip.core.DNSAddressResolver
@Deprecated public class DNSAddressResolver
The Address resolver to resolve proxy domain to a hop to the outbound proxy server
by doing SRV lookup of the host of the Hop as mandated by rfc3263.
some of the rfc3263 can hardly be implemented and NAPTR query can hardly be done
since the stack populate port and transport automatically.
| Constructor Summary | |
|---|---|
DNSAddressResolver(SipApplicationDispatcher sipApplicationDispatcher)
Deprecated. |
|
| Method Summary | |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
foundCachedEntry(java.lang.String host,
java.lang.String transport,
org.xbill.DNS.Record[] records)
Deprecated. |
javax.sip.address.Hop |
resolveAddress(javax.sip.address.Hop hop)
Deprecated. |
static javax.sip.address.Hop |
resolveHostByDnsSrvLookup(javax.sip.address.Hop hop)
Deprecated. Resolve the Host by doing a SRV lookup on it |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DNSAddressResolver(SipApplicationDispatcher sipApplicationDispatcher)
sipApplicationDispatcherImpl - | Method Detail |
|---|
public javax.sip.address.Hop resolveAddress(javax.sip.address.Hop hop)
resolveAddress in interface gov.nist.core.net.AddressResolverpublic static javax.sip.address.Hop resolveHostByDnsSrvLookup(javax.sip.address.Hop hop)
host - the hostport - the porttransport - the transport
public static java.util.Map<java.lang.String,java.lang.String> foundCachedEntry(java.lang.String host,
java.lang.String transport,
org.xbill.DNS.Record[] records)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||