Package org.eclipse.ecf.core.util
Class Proxy
- java.lang.Object
- 
- org.eclipse.ecf.core.util.Proxy
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Proxy extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classProxy.Type
 - 
Constructor SummaryConstructors Constructor Description Proxy(Proxy.Type type, ProxyAddress address)Proxy(Proxy.Type type, ProxyAddress address, String username, String password)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ProxyAddressgetAddress()StringgetPassword()Proxy.TypegetType()StringgetUsername()booleanhasCredentials()inthashCode()StringtoString()
 
- 
- 
- 
Field Detail- 
NO_PROXYpublic static final Proxy NO_PROXY 
 
- 
 - 
Constructor Detail- 
Proxypublic Proxy(Proxy.Type type, ProxyAddress address, String username, String password) 
 - 
Proxypublic Proxy(Proxy.Type type, ProxyAddress address) 
 
- 
 - 
Method Detail- 
getTypepublic Proxy.Type getType() 
 - 
getAddresspublic ProxyAddress getAddress() 
 - 
getUsernamepublic String getUsername() 
 - 
getPasswordpublic String getPassword() 
 - 
hasCredentialspublic boolean hasCredentials() 
 
- 
 
-