java.net
Enum Proxy.Type

java.lang.Object
  extended by java.lang.Enum
      extended by java.net.Proxy.Type
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
Proxy

public static enum Proxy.Type
extends Enum<Proxy.Type>

Represents the proxy type.


Enum Constant Summary
DIRECT
           
HTTP
           
SOCKS
           
 
Method Summary
static Proxy.Type valueOf(String name)
           
static Proxy.Type[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Enum Constant Detail

DIRECT

public static final Proxy.Type DIRECT

HTTP

public static final Proxy.Type HTTP

SOCKS

public static final Proxy.Type SOCKS
Method Detail

values

public static final Proxy.Type[] values()

valueOf

public static Proxy.Type valueOf(String name)