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

Uses of Class
net.java.sip.communicator.impl.netaddr.AddressPreference

Packages that use AddressPreference
net.java.sip.communicator.impl.netaddr   
 

Uses of AddressPreference in net.java.sip.communicator.impl.netaddr
 

Fields in net.java.sip.communicator.impl.netaddr declared as AddressPreference
static AddressPreference AddressPreference.MAX
           
static AddressPreference AddressPreference.MIN
           
 

Methods in net.java.sip.communicator.impl.netaddr that return AddressPreference
 AddressPreference AddressPoolEntry.getAddressPreference()
          Returns the AddressPreference assigned to this AddressEntry.
 AddressPreference FirewallDescriptor.getAddressPreferenceSubtrahend()
          Returns the address preference subtrahend corresponding to the firewall referenced by this descriptor.
 

Methods in net.java.sip.communicator.impl.netaddr with parameters of type AddressPreference
 int AddressPreference.compareTo(AddressPreference o)
          Compares this address preference with the specified object for order.
(package private)  void AddressPoolEntry.setAddressPreference(AddressPreference preference)
          Sets the AddressPreference that address diagnostics have calculated for the address corresponding to this entry.
(package private)  void FirewallDescriptor.setPreferenceSubtrahend(AddressPreference subtrahend)
          Sets the address preference subtrahend corresponding to the firewall referenced by this descriptor.
 


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

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