Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.jxta.ext.config
Class ProxyAddress  view ProxyAddress download ProxyAddress.java

java.lang.Object
  extended bynet.jxta.ext.config.Address
      extended bynet.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