Project JXTA

Uses of Class
net.jxta.ext.config.Address

Packages that use Address
net.jxta.ext.config   
 

Uses of Address in net.jxta.ext.config
 

Subclasses of Address in net.jxta.ext.config
 class MulticastAddress
          Multicast address container.
 class ProxyAddress
          Proxy address container.
 class PublicAddress
          Public address container.
 class TcpTransportAddress
          Container for Tcp addresses.
 

Methods in net.jxta.ext.config that return Address
 Address Transport.removeAddress(Address address)
          Description of the Method
 Address TcpTransportAddress.removeMulticastAddress(Address address)
          Description of the Method
 Address Transport.removePublicAddress(PublicAddress address)
          Description of the Method
 

Methods in net.jxta.ext.config with parameters of type Address
 void Transport.addAddress(Address address)
          Adds a feature to the Address attribute of the Transport object
static URI Util.normalize(Address address)
          Description of the Method
static URI Util.normalize(Address address, boolean portScan)
          Description of the Method
static URI Util.normalize(Address address, boolean portScan, URI model)
          Address normalizer.
 Address Transport.removeAddress(Address address)
          Description of the Method
 Address TcpTransportAddress.removeMulticastAddress(Address address)
          Description of the Method
 void Transport.setAddress(Address address)
          Sets the address attribute of the Transport object
 

Constructors in net.jxta.ext.config with parameters of type Address
Address(Address a)
          Constructor for the Address object
 


JXTA J2SE