Serializable
Comparable<Proxy.Type>
public static enum Proxy.Type extends Enum<Proxy.Type>
DIRECT
HTTP
SOCKS
static Proxy.Type
valueOf(String name)
static Proxy.Type[]
values()
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final Proxy.Type DIRECT
public static final Proxy.Type HTTP
public static final Proxy.Type SOCKS
public static Proxy.Type[] values()
for (Proxy.Type c : Proxy.Type.values()) System.out.println(c);
public static Proxy.Type valueOf(String name)
name
IllegalArgumentException
NullPointerException