org.eclipse.ecf.core.util
Class Proxy.Type

java.lang.Object
  extended by 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

Field Summary
static Proxy.Type DIRECT
           
static Proxy.Type HTTP
           
static Proxy.Type SOCKS
           
 
Constructor Summary
protected Proxy.Type(java.lang.String name)
           
 
Method Summary
static Proxy.Type fromString(java.lang.String type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIRECT

public static final Proxy.Type DIRECT

HTTP

public static final Proxy.Type HTTP

SOCKS

public static final Proxy.Type SOCKS
Constructor Detail

Proxy.Type

protected Proxy.Type(java.lang.String name)
Method Detail

fromString

public static Proxy.Type fromString(java.lang.String type)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object