SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip
Class AddressResolverImpl

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.AddressResolverImpl
All Implemented Interfaces:
gov.nist.core.net.AddressResolver

public class AddressResolverImpl
extends Object
implements gov.nist.core.net.AddressResolver

Lookup for SRV records for given host. If nothing found the original host is returned this way when a Socket is constructed another dns lookup will be made for the A record.

Author:
Damian Minkov, Alan Kelly

Constructor Summary
AddressResolverImpl()
           
 
Method Summary
 javax.sip.address.Hop resolveAddress(javax.sip.address.Hop inputAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressResolverImpl

public AddressResolverImpl()
Method Detail

resolveAddress

public javax.sip.address.Hop resolveAddress(javax.sip.address.Hop inputAddress)
Specified by:
resolveAddress in interface gov.nist.core.net.AddressResolver

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.