java.lang.Object
net.jxta.ext.config.Address
net.jxta.ext.config.MulticastAddress
- public class MulticastAddress
- extends Address
Multicast address container.
- Version:
| Fields inherited from class net.jxta.ext.config.Address |
|
|
Method Summary |
int |
getSize()
Gets the size attribute of the MulticastAddress object |
boolean |
isMulticast()
Gets the multicast attribute of the MulticastAddress object |
void |
setAddress(java.net.URI multicastAddress)
Sets the multicastAddress attribute of the MulticastAddress object |
void |
setMulticast(boolean isMulticast)
Sets the multicast attribute of the MulticastAddress object |
void |
setSize(int size)
Sets the size attribute of the MulticastAddress object |
isMulticast
private boolean isMulticast
size
private int size
MulticastAddress
public MulticastAddress()
- Constructor for the MulticastAddress object
MulticastAddress
public MulticastAddress(MulticastAddress ma)
- Constructor for the MulticastAddress object
isMulticast
public boolean isMulticast()
- Gets the multicast attribute of the MulticastAddress object
setMulticast
public void setMulticast(boolean isMulticast)
- Sets the multicast attribute of the MulticastAddress object
getSize
public int getSize()
- Gets the size attribute of the MulticastAddress object
setSize
public void setSize(int size)
- Sets the size attribute of the MulticastAddress object
setAddress
public void setAddress(java.net.URI multicastAddress)
- Sets the multicastAddress attribute of the MulticastAddress object
- Overrides:
setAddress in class Address