org.eclipse.ecf.core.util
Class Proxy
java.lang.Object
org.eclipse.ecf.core.util.Proxy
- All Implemented Interfaces:
- java.io.Serializable
public class Proxy
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NO_PROXY
public static final Proxy NO_PROXY
Proxy
public Proxy(Proxy.Type type,
ProxyAddress address,
java.lang.String username,
java.lang.String password)
Proxy
public Proxy(Proxy.Type type,
ProxyAddress address)
getType
public Proxy.Type getType()
getAddress
public ProxyAddress getAddress()
getUsername
public java.lang.String getUsername()
getPassword
public java.lang.String getPassword()
hasCredentials
public boolean hasCredentials()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public final int hashCode()
- Overrides:
hashCode
in class java.lang.Object