|
|||||||||
| 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 ProxyAddress

java.lang.Objectnet.jxta.ext.config.Address
net.jxta.ext.config.ProxyAddress
- public class ProxyAddress
- extends Address
Proxy address container.
- Version:
| Field Summary | |
private boolean |
isEnabled
|
| Fields inherited from class net.jxta.ext.config.Address |
|
| Constructor Summary | |
ProxyAddress()
Constructor for the ProxyAddress object |
|
ProxyAddress(ProxyAddress pa)
Constructor for the ProxyAddress object |
|
| Method Summary | |
boolean |
isEnabled()
Gets the enabled attribute of the ProxyAddress object |
void |
setEnabled(boolean isEnabled)
Sets the enabled attribute of the ProxyAddress 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 |
isEnabled
private boolean isEnabled
| Constructor Detail |
ProxyAddress
public ProxyAddress()
- Constructor for the ProxyAddress object
ProxyAddress
public ProxyAddress(ProxyAddress pa)
- Constructor for the ProxyAddress object
| Method Detail |
isEnabled
public boolean isEnabled()
- Gets the enabled attribute of the ProxyAddress object
setEnabled
public void setEnabled(boolean isEnabled)
- Sets the enabled attribute of the ProxyAddress object
|
|||||||||
| Home >> All >> net >> jxta >> ext >> [ config overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC