|
|||||||||
| Home >> All >> net >> jxta >> ext >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
net.jxta.ext.config
Class TcpTransportAddress

java.lang.Objectnet.jxta.ext.config.Address
net.jxta.ext.config.TcpTransportAddress
- All Implemented Interfaces:
- java.lang.Cloneable
- public class TcpTransportAddress
- extends Address
- implements java.lang.Cloneable
- extends Address
Container for Tcp addresses.
- Version:
| Field Summary | |
private java.util.List |
multicastAddresses
|
| Fields inherited from class net.jxta.ext.config.Address |
|
| 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(java.util.List addresses)
Adds a feature to the Addresses attribute of the Transport object |
void |
clearMulticastAddresses()
Description of the Method |
java.util.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(java.util.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 |
| Field Detail |
multicastAddresses
private java.util.List multicastAddresses
| Constructor Detail |
TcpTransportAddress
public TcpTransportAddress()
- Constructor for the TcpTransportAddress object
TcpTransportAddress
public TcpTransportAddress(TcpTransportAddress ta)
- Constructor for the TcpTransportAddress object
| Method Detail |
getMulticastAddresses
public java.util.List getMulticastAddresses()
- Gets the addresses attribute of the Transport object
setMulticastAddress
public void setMulticastAddress(MulticastAddress address)
- Sets the address attribute of the Transport object
setMulticastAddresses
public void setMulticastAddresses(java.util.List addresses)
- Sets the addresses attribute of the Transport object
addMulticastAddress
public void addMulticastAddress(MulticastAddress address)
- Adds a feature to the Address attribute of the Transport object
addMulticastAddresses
public void addMulticastAddresses(java.util.List addresses)
- Adds a feature to the Addresses attribute of the Transport object
removeMulticastAddress
public Address removeMulticastAddress(Address address)
- Description of the Method
clearMulticastAddresses
public void clearMulticastAddresses()
- Description of the Method
|
|||||||||
| Home >> All >> net >> jxta >> ext >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC