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

net.java.sip.communicator.impl.netaddr
Class AddressPool

java.lang.Object
  extended by net.java.sip.communicator.impl.netaddr.AddressPool

public class AddressPool
extends Object

The class scans all local interfaces discovering all addresses, and starts constantly testing them one by one in order to verify their properties. It also orders the addresses, putting first those that it has determined to be more easily usable and that offer better chances of connection success.

Author:
Emil Ivov

Constructor Summary
AddressPool()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressPool

public AddressPool()
Method Detail

main

public static void main(String[] args)

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

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