Package org.eclipse.ecf.core.util
Class ProxyAddress
- java.lang.Object
- 
- org.eclipse.ecf.core.util.ProxyAddress
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ProxyAddress extends Object implements Serializable Class to represent an proxy address- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static intDEFAULT_PORTprotected Stringhostnameprotected intport
 - 
Constructor SummaryConstructors Constructor Description ProxyAddress(String hostname)ProxyAddress(String hostname, int port)
 
- 
- 
- 
Field Detail- 
DEFAULT_PORTprotected static final int DEFAULT_PORT - See Also:
- Constant Field Values
 
 - 
portprotected int port 
 - 
hostnameprotected String hostname 
 
- 
 
-