org.eclipse.ecf.core.util
Class Proxy.Type
java.lang.Object
org.eclipse.ecf.core.util.Proxy.Type
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Proxy
public static class Proxy.Type
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
protected |
Proxy.Type(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DIRECT
public static final Proxy.Type DIRECT
HTTP
public static final Proxy.Type HTTP
SOCKS
public static final Proxy.Type SOCKS
Proxy.Type
protected Proxy.Type(java.lang.String name)
fromString
public static Proxy.Type fromString(java.lang.String type)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object