|
Project JXTA | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.ext.config.Address
net.jxta.ext.config.TcpTransportAddress
Container for Tcp addresses.
Constructor Summary | |
TcpTransportAddress()
Constructor for the TcpTransportAddress object |
|
TcpTransportAddress(TcpTransportAddress ta)
Constructor for the TcpTransportAddress object |
Method Summary | |
void |
addMulticastAddress(MulticastAddress address)
Adds a feature to the Address attribute of the Transport object |
void |
addMulticastAddresses(List addresses)
Adds a feature to the Addresses attribute of the Transport object |
void |
clearMulticastAddresses()
Description of the Method |
List |
getMulticastAddresses()
Gets the addresses attribute of the Transport object |
Address |
removeMulticastAddress(Address address)
Description of the Method |
void |
setMulticastAddress(MulticastAddress address)
Sets the address attribute of the Transport object |
void |
setMulticastAddresses(List addresses)
Sets the addresses attribute of the Transport object |
Methods inherited from class net.jxta.ext.config.Address |
equals, getAddress, getPortRange, hashCode, setAddress, setPortRange |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TcpTransportAddress()
public TcpTransportAddress(TcpTransportAddress ta)
ta
- Description of the ParameterMethod Detail |
public List getMulticastAddresses()
public void setMulticastAddress(MulticastAddress address)
address
- The new address valuepublic void setMulticastAddresses(List addresses)
addresses
- The new addresses valuepublic void addMulticastAddress(MulticastAddress address)
address
- The feature to be added to the Address attributepublic void addMulticastAddresses(List addresses)
addresses
- The feature to be added to the Addresses attributepublic Address removeMulticastAddress(Address address)
address
- Description of the Parameter
public void clearMulticastAddresses()
|
JXTA J2SE | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |